'Declaration <DefaultValueAttribute("")> <DescriptionAttribute("The text format for a text, which must be drawn in viewer.")> Public Property TextFormat As System.String
[DefaultValue("")] [Description("The text format for a text, which must be drawn in viewer.")] public System.String TextFormat { get; set; }
[DefaultValue("")] [Description("The text format for a text, which must be drawn in viewer.")] public: __property System.String get_TextFormat(); public: __property void set_TextFormat(
System.String value
);
[DefaultValue("")] [Description("The text format for a text, which must be drawn in viewer.")] public:
property System.String TextFormat { System.String get(); void set(System.String value); }
Property Value
Значение по умолчанию - string.Empty.