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