'Declaration <DescriptionAttribute("The separator, which must be inserted between the text overlays.")> <DefaultValueAttribute(" ")> <RefreshPropertiesAttribute(All)> Public Overridable Property TextOverlaySeparator As System.String
[Description("The separator, which must be inserted between the text overlays.")] [DefaultValue(" ")] [RefreshProperties(All)] public virtual System.String TextOverlaySeparator { get; set; }
[Description("The separator, which must be inserted between the text overlays.")] [DefaultValue(" ")] [RefreshProperties(All)] public: __property virtual System.String get_TextOverlaySeparator(); public: __property virtual void set_TextOverlaySeparator(
System.String value
);
[Description("The separator, which must be inserted between the text overlays.")] [DefaultValue(" ")] [RefreshProperties(All)] public:
virtual property System.String TextOverlaySeparator { System.String get(); void set(System.String value); }
Property Value
Default value is " ".