ImageGear for Silverlight
Clip Property
See Also  Send Feedback
ImageGear20.TWAIN Assembly > ImageGear.TWAIN Namespace > ImGearCaption Class : Clip Property




Glossary Item Box

Gets or sets a value indicating whether the caption will be constrained to the extent of the Area property.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

System.Boolean value.

Remarks

Note: This property may affect the placement of the caption, depending on the values of the HorizontalAlignment and VerticalAlignment properties.

When the value of the HorizontalAlignment and VerticalAlignment properties are Left and Top, the value of this property will not affect the placement. Otherwise, changing this value will affect the placement of the caption.

Affect on Horizontal Alignment:

When the value of this property is false, the right bound of the image will be used for placement of Right aligned captions. Likewise, the right bound of the image will be used for calculating the placement of Center aligned captions.

On the other hand, when the value of this property is true, the right bound of the Area Property will be used for placement of Right aligned captions. Likewise, the right bound of the Area Property will be used for calculating the placement of Center aligned captions.

Affect on Vertical Alignment:

When the value of this property is false, the bottom bound of the image will be used for placement of Bottom aligned captions. Likewise, the bottom bound of the image will be used for calculating the placement of Center aligned captions.

On the other hand, when the value of this property is true, the bottom bound of the Area Property will be used for placement of Bottom aligned captions. Likewise, the bottom bound of the Area Property will be used for calculating the placement of Center aligned captions.

Default Value: false

See Also

©2013. Accusoft Corporation. All Rights Reserved.