CompositionNineGridBrush.IsCenterHollow 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.
Indicates whether the center of the Nine-Grid is drawn.
public:
property bool IsCenterHollow { bool get(); void set(bool value); };
bool IsCenterHollow();
void IsCenterHollow(bool value);
public bool IsCenterHollow { get; set; }
var boolean = compositionNineGridBrush.isCenterHollow;
compositionNineGridBrush.isCenterHollow = boolean;
Public Property IsCenterHollow As Boolean
Property Value
Boolean
bool
Indicates whether the center of the Nine-Grid is drawn.