'Declaration <DescriptionAttribute("The default text color for a text block.")> <CategoryAttribute("Common Panel Appearance")> <DesignerSerializationVisibilityAttribute(Visible)> Public Property TextBlockTextColorDefaultValue As System.Drawing.Color
[Description("The default text color for a text block.")] [Category("Common Panel Appearance")] [DesignerSerializationVisibility(Visible)] public System.Drawing.Color TextBlockTextColorDefaultValue { get; set; }
[Description("The default text color for a text block.")] [Category("Common Panel Appearance")] [DesignerSerializationVisibility(Visible)] public: __property System.Drawing.Color* get_TextBlockTextColorDefaultValue(); public: __property void set_TextBlockTextColorDefaultValue(
System.Drawing.Color* value
);
[Description("The default text color for a text block.")] [Category("Common Panel Appearance")] [DesignerSerializationVisibility(Visible)] public:
property System.Drawing.Color^ TextBlockTextColorDefaultValue { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }