Property Value
System.Boolean value.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