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