CompositionNineGridBrush.RightInset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.