ActivityDesignerThemeAttribute.Xml Proprietà

Definizione

Ottiene o imposta una stringa XML che definisce le impostazioni delle proprietà predefinite per l'ActivityDesigner.

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

Valore della proprietà

String

Stringa che contiene le impostazioni delle proprietà del tema predefinite in formato XML.

Commenti

Un ActivityDesigner può passare una stringa XML che contiene qualsiasi valore delle proprietà del tema predefinite alla proprietà Xml dichiarandola nell'attributo Theme.

Si applica a