Gets and sets an indicator if the Caption is clipped by the Width and Height of the Area property or clipped using the right and bottom edges of the frame.
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Determines if the Caption is clipped by the Width and Height of the Area property or clipped using the right and bottom edges of the frame.")]
public bool Clip {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Determines if the Caption is clipped by the Width and Height of the Area property or clipped using the right and bottom edges of the frame.")]
public: __property bool get_Clip();
public: __property void set_Clip(
boolvalue
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("Determines if the Caption is clipped by the Width and Height of the Area property or clipped using the right and bottom edges of the frame.")]
public:
property bool Clip {
bool get();
void set ( boolvalue);
}