EventMarkerFillGradientDirection Property |
LightningChart .NET Help
Gets or sets gradient direction. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.EventMarkers
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(Direction.None)]
public Direction GradientDirection { get; set; }<DefaultValueAttribute(Direction.None)>
Public Property GradientDirection As Direction
Get
Set
public:
[DefaultValueAttribute(Direction::None)]
property Direction GradientDirection {
Direction get ();
void set (Direction value);
}Property Value
Type:
Direction
See Also