'Declaration <DescriptionAttribute("Background brush of OMR field view when the Field has a state OmrFieldState.Filled.")> Public Property FilledBrush As System.Windows.Media.Brush
[Description("Background brush of OMR field view when the Field has a state OmrFieldState.Filled.")] public System.Windows.Media.Brush FilledBrush { get; set; }
[Description("Background brush of OMR field view when the Field has a state OmrFieldState.Filled.")] public: __property System.Windows.Media.Brush* get_FilledBrush(); public: __property void set_FilledBrush(
System.Windows.Media.Brush* value
);
[Description("Background brush of OMR field view when the Field has a state OmrFieldState.Filled.")] public:
property System.Windows.Media.Brush^ FilledBrush { System.Windows.Media.Brush^ get(); void set(System.Windows.Media.Brush^ value); }
Property Value
Значение по умолчанию - SolidBrush(Color.FromArgb(100, Color.Red)).