'Declaration <CategoryAttribute("Text Block")> <DescriptionAttribute("The fill color for all text blocks of measure tool.")> Public Property TextBlockFillColor As System.Windows.Media.Color
[Category("Text Block")] [Description("The fill color for all text blocks of measure tool.")] public System.Windows.Media.Color TextBlockFillColor { get; set; }
[Category("Text Block")] [Description("The fill color for all text blocks of measure tool.")] public: __property System.Windows.Media.Color* get_TextBlockFillColor(); public: __property void set_TextBlockFillColor(
System.Windows.Media.Color* value
);
[Category("Text Block")] [Description("The fill color for all text blocks of measure tool.")] public:
property System.Windows.Media.Color^ TextBlockFillColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
Property Value
Значение по умолчанию - Color.FromArgb(128, Colors.LightGreen.R, Colors.LightGreen.G, Colors.LightGreen.B).