AnnotationNibStyleAlpha Property |
LightningChart .NET Help
Gets or sets nib color alpha. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Annotations
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(200)]
public int Alpha { get; set; }<DefaultValueAttribute(200)>
Public Property Alpha As Integer
Get
Set
public:
[DefaultValueAttribute(200)]
property int Alpha {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also