'Declaration <DefaultValueAttribute(" ")> <RefreshPropertiesAttribute(All)> <DescriptionAttribute("The separator, which must be inserted between the text overlays.")> Public Overridable Property TextOverlaySeparator As System.String
[DefaultValue(" ")] [RefreshProperties(All)] [Description("The separator, which must be inserted between the text overlays.")] public virtual System.String TextOverlaySeparator { get; set; }
[DefaultValue(" ")] [RefreshProperties(All)] [Description("The separator, which must be inserted between the text overlays.")] public: __property virtual System.String get_TextOverlaySeparator(); public: __property virtual void set_TextOverlaySeparator(
System.String value
);
[DefaultValue(" ")] [RefreshProperties(All)] [Description("The separator, which must be inserted between the text overlays.")] public:
virtual property System.String TextOverlaySeparator { System.String get(); void set(System.String value); }
Property Value
Значение по умолчанию - " ".