次の方法で共有


ActivityDesignerTheme.DesignerImagePath プロパティ

定義

デザイナー用のイメージのパスを取得または設定します。

public:
 virtual property System::String ^ DesignerImagePath { System::String ^ get(); void set(System::String ^ value); };
public virtual string DesignerImagePath { get; set; }
member this.DesignerImagePath : string with get, set
Public Overridable Property DesignerImagePath As String

プロパティ値

String

デザイナー用のイメージのパス。

注釈

DesignerImagePath は、デザイナーに表示される既定のイメージとして使用するイメージ ファイルへのパスです。

適用対象