CompositionNineGridBrush.LeftInset 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 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.