ActivityDesigner.Icon 속성

정의

ActivityDesigner와 연결된 아이콘을 가져오거나 설정합니다.

public:
 property System::Windows::Media::DrawingBrush ^ Icon { System::Windows::Media::DrawingBrush ^ get(); void set(System::Windows::Media::DrawingBrush ^ value); };
public System.Windows.Media.DrawingBrush Icon { get; set; }
member this.Icon : System.Windows.Media.DrawingBrush with get, set
Public Property Icon As DrawingBrush

속성 값

DrawingBrushActivityDesigner와 연결된 아이콘을 나타내는 입니다.

적용 대상