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