GridLength.IsStar 속성

정의

GridLength가 가중치에 따른 여유 공간에 대한 비율로 나타낸 값을 보유하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

GridUnitType 속성이 Star이면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보