Accusoft.TwainPro9.Net
VerticalAlignment Property




Gets and sets the vertical alignment of the caption within the clipping rectangle.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the vertical alignment of the caption within the clipping rectangle.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property VerticalAlignment As VerticalAlignment
'Usage
 
Dim instance As Caption
Dim value As VerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the vertical alignment of the caption within the clipping rectangle.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public VerticalAlignment VerticalAlignment {get; set;}
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the vertical alignment of the caption within the clipping rectangle.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public: __property VerticalAlignment get_VerticalAlignment();
public: __property void set_VerticalAlignment( 
   VerticalAlignment value
);
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the vertical alignment of the caption within the clipping rectangle.")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public:
property VerticalAlignment VerticalAlignment {
   VerticalAlignment get();
   void set (    VerticalAlignment value);
}

Property Value

A VerticalAlignment enumeration value which determines the vertical alignment of the clipping rectangle.
Remarks

The default value is VerticalAlignment.Top.

The clipping rectangle is determined by the Clip and Area properties.

See Also

Reference

Caption Class
Caption Members
Clip Property
Area Property

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback