Share via


LabelStyle.TruncatedLabels 속성

정의

레이블이 잘릴 수 있는지 여부를 결정하는 플래그를 가져오거나 설정합니다.

public:
 property bool TruncatedLabels { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool TruncatedLabels { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.TruncatedLabels : bool with get, set
Public Property TruncatedLabels As Boolean

속성 값

Boolean

레이블이 잘릴 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상