CompositionNineGridBrush.BottomInset Property

Definition

Inset from the bottom edge of the source content that specifies the thickness of the bottom row. Defaults to 0.0f.

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

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

Property Value

Single

float

Inset from the bottom edge of the source content that specifies the thickness of the bottom row. Defaults to 0.0f.

Applies to