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