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