CompositionNineGridBrush.BottomInset 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 bottom edge of the source content that specifies the thickness of the bottom row. Defaults to 0.0f.
public:
property float BottomInset { float get(); void set(float value); };
float BottomInset();
void BottomInset(float value);
public float BottomInset { get; set; }
var single = compositionNineGridBrush.bottomInset;
compositionNineGridBrush.bottomInset = single;
Public Property BottomInset As Single
Property Value
Single
float
Inset from the bottom edge of the source content that specifies the thickness of the bottom row. Defaults to 0.0f.