CompositionNineGridBrush.IsCenterHollow Property

Definition

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.

Applies to