Accusoft.TwainProSdk Namespace > Caption Class : Clip Property |
'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
[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( bool value );
[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 ( bool value); }
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.