'Declaration <DescriptionAttribute("The font color for all text blocks of measure tool.")> <CategoryAttribute("Text Block")> Public Property TextBlockFontColor As System.Drawing.Color
[Description("The font color for all text blocks of measure tool.")] [Category("Text Block")] public System.Drawing.Color TextBlockFontColor { get; set; }
[Description("The font color for all text blocks of measure tool.")] [Category("Text Block")] public: __property System.Drawing.Color* get_TextBlockFontColor(); public: __property void set_TextBlockFontColor(
System.Drawing.Color* value
);
[Description("The font color for all text blocks of measure tool.")] [Category("Text Block")] public:
property System.Drawing.Color^ TextBlockFontColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
Property Value
Значение по умолчанию - Color.Black.