ToolStripItem.TextImageRelation 속성

정의

ToolStripItem 텍스트와 이미지의 서로 상대적인 위치를 가져오거나 설정합니다.

public:
 property System::Windows::Forms::TextImageRelation TextImageRelation { System::Windows::Forms::TextImageRelation get(); void set(System::Windows::Forms::TextImageRelation value); };
public System.Windows.Forms.TextImageRelation TextImageRelation { get; set; }
member this.TextImageRelation : System.Windows.Forms.TextImageRelation with get, set
Public Property TextImageRelation As TextImageRelation

속성 값

TextImageRelation 값 중 하나입니다. 기본값은 ImageBeforeText입니다.

설명

사용 하 여는 TextImageRelation 속성을 정의 하거나 에 텍스트에 대 한 이미지의 상대 배치를 결정 합니다 ToolStripItem. 이미지, 텍스트 또는 둘 다 없는 항목은 특수 케이스로 처리되어 ToolStripItem이 누락 요소에 대한 빈 스폿을 표시하지 않습니다.

적용 대상