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