GridLength.IsStar Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die GridLength einen Wert enthält, der als gewichtete Proportion des verfügbaren Raums ausgedrückt wird.

public:
 property bool IsStar { bool get(); };
public bool IsStar { get; }
member this.IsStar : bool
Public ReadOnly Property IsStar As Boolean

Eigenschaftswert

true, wenn die GridUnitType-Eigenschaft Star ist, andernfalls false.

Gilt für:

Weitere Informationen