CompositionNineGridBrush.RightInset Property

Definition

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

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

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

Property Value

Single

float

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

Applies to