[Description("The fill color for all text blocks of measure tool.")] [Category("Text Block")] public System.Drawing.Color TextBlockFillColor { get; set; }
[Description("The fill color for all text blocks of measure tool.")] [Category("Text Block")] public: __property System.Drawing.Color* get_TextBlockFillColor(); public: __property void set_TextBlockFillColor(
System.Drawing.Color* value
);
[Description("The fill color for all text blocks of measure tool.")] [Category("Text Block")] public:
property System.Drawing.Color^ TextBlockFillColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
'Declaration <DescriptionAttribute("The fill color for all text blocks of measure tool.")> <CategoryAttribute("Text Block")> Public Property TextBlockFillColor As System.Drawing.Color
Property Value
Default value is Color.FromArgb(128, Color.LightGreen).