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