LightningChartBackgroundImageLayout Property |
LightningChart .NET Help
Hide BackgroundImageLayout from VS property editor, because it has no meaning
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[BrowsableAttribute(false)]
public override ImageLayout BackgroundImageLayout { get; set; }<BrowsableAttribute(false)>
Public Overrides Property BackgroundImageLayout As ImageLayout
Get
Set
public:
[BrowsableAttribute(false)]
virtual property ImageLayout BackgroundImageLayout {
ImageLayout get () override;
void set (ImageLayout value) override;
}Property Value
Type:
ImageLayout
See Also