CompositionSurfaceBrush.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.
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 = compositionSurfaceBrush.scale;
compositionSurfaceBrush.scale = vector2;
Public Property Scale As Vector2
Property Value
The scale to apply to the brush.
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|