StripLine.Font 속성

정의

줄무늬 텍스트에 사용되는 글꼴을 가져오거나 설정합니다.

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

속성 값

Font

줄무늬 텍스트의 글꼴을 나타내는 Font 값입니다.

특성

적용 대상