BorderedFilledTitleBorder Property |
LightningChart .NET Help
Gets or sets border around the object. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Titles
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic Border Border { get; set; }Public Property Border As Border
Get
Set
public:
property Border^ Border {
Border^ get ();
void set (Border^ value);
}Property Value
Type:
Border
See Also