NChartLinearGradientBrushEndPoint Property |
Ending point of the gradient. It is relative to area its value should be in (0..1; 0..1).
(0; 0) is the bottom left corner of the area (1; 1) is the top right corner.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Point EndPoint { get; set; }
Public Property EndPoint As Point
Get
Set
public:
virtual property Point^ EndPoint {
Point^ get () sealed;
void set (Point^ value) sealed;
}
Property Value
Type:
PointSee Also