Accusoft.TwainPro9.Net
Clip Property




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.
Syntax
'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
[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);
}

Property Value

A boolean value which is true to clip the width and height. Otherwise, false is used and the area is not clipped.
Remarks

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.

See Also

Reference

Caption Class
Caption Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback