CompositionNineGridBrush.LeftInsetScale Property

Definition

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

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

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

Property Value

Single

float

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

Applies to