다음을 통해 공유


AmbientProperties.Font 속성

정의

개체의 앰비언트 글꼴을 가져오거나 설정합니다.

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public System.Drawing.Font Font { get; set; }
public System.Drawing.Font? Font { get; set; }
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

속성 값

Font 개체 내에 텍스트를 표시할 때 사용되는 글꼴을 나타내는 값입니다.

설명

앰비언트 글꼴이 없으면 속성 값 Font 은 .입니다 null.

적용 대상

추가 정보