CompositionGradientBrush.Scale 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.
Gets or sets the scale to apply to the brush.
public:
property float2 Scale { float2 get(); void set(float2 value); };
float2 Scale();
void Scale(float2 value);
public Vector2 Scale { get; set; }
var vector2 = compositionGradientBrush.scale;
compositionGradientBrush.scale = vector2;
Public Property Scale As Vector2
Property Value
The scale to apply to the brush.