CompositionNineGridBrush.TopInset Property

Definition

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

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

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

Property Value

Single

float

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

Applies to