ReflectionNode
EndPosAlpha Property
|
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public float EndPosAlpha { get; }
Public ReadOnly Property EndPosAlpha As Single
Get
public:
property float EndPosAlpha {
float get ();
}
member EndPosAlpha : float32 with get
Property Value
Type:
Single
See Also