CompositionNineGridBrush.RightInsetScale Property

Definition

Scale to be applied to RightInset. Defaults to 1.0f.

public:
 property float RightInsetScale { float get(); void set(float value); };
float RightInsetScale();

void RightInsetScale(float value);
public float RightInsetScale { get; set; }
var single = compositionNineGridBrush.rightInsetScale;
compositionNineGridBrush.rightInsetScale = single;
Public Property RightInsetScale As Single

Property Value

Single

float

Scale to be applied to RightInset. Defaults to 1.0f.

Applies to