共用方式為


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

屬性值

DrawingBrush 表示與此相關聯的 ActivityDesigner圖示。

適用於