CompositionLinearGradientBrush.StartPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property float2 StartPoint { float2 get(); void set(float2 value); };
float2 StartPoint();
void StartPoint(float2 value);
public Vector2 StartPoint { get; set; }
var vector2 = compositionLinearGradientBrush.startPoint;
compositionLinearGradientBrush.startPoint = vector2;
Public Property StartPoint As Vector2