[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] [DescriptionAttribute("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;}
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] [DescriptionAttribute("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( bool value );
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] [DescriptionAttribute("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 ( bool value); }
'Declaration <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute()> <DescriptionAttribute("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 Clip As Boolean
'Usage Dim instance As Caption Dim value As Boolean instance.Clip = value value = instance.Clip
The default value is false.
Note: This property has no effect on the Left and Top of the Area property which are always used to determine the placement of the caption.
Caption Class Caption Members
©2014. Accusoft Corporation. All Rights Reserved.