通过


ActivityDesignerThemeAttribute.Xml 属性

定义

获取或设置一个 XML 字符串,该字符串定义活动设计器的默认属性设置。

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

属性值

包含 XML 格式的默认主题属性设置的字符串。

注解

活动设计器可以通过在 Theme 属性中声明属性,将包含其任何默认主题属性值 Xml 的 XML 字符串传递给该属性。

适用于