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