LabelStyle.TruncatedLabels プロパティ

定義

ラベルを切り捨てることができるかどうかを決定するフラグを取得または設定します。

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

プロパティ値

true ラベルを切り捨てることができる場合。それ以外の場合は false

属性

適用対象