다음을 통해 공유


Annotation.Width 속성

정의

주석의 너비(픽셀)를 가져오거나 설정합니다.

public:
 virtual property double Width { double get(); void set(double value); };
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))]
public virtual double Width { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.Width : double with get, set
Public Overridable Property Width As Double

속성 값

Double

주석의 너비를 나타내는 double 값입니다.

특성

설명

자세한 내용은 참조는 Height 속성 설명 합니다.

적용 대상