CompositionNineGridBrush.LeftInset Property

Definition

Inset from the left edge of the source content that specifies the thickness of the left column. Defaults to 0.0f.

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

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

Property Value

Single

float

Inset from the left edge of the source content that specifies the thickness of the left column. Defaults to 0.0f.

Applies to