CompositionNineGridBrush.BottomInsetScale Property

Definition

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

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

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

Property Value

Single

float

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

Applies to