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