Accusoft.TwainProSdk Namespace > Caption Class : VerticalAlignment Property |
'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
[DefaultValue()] [Description("Controls the vertical alignment of the caption within the clipping rectangle.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public VerticalAlignment VerticalAlignment {get; set;}
[DefaultValue()] [Description("Controls the vertical alignment of the caption within the clipping rectangle.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: __property VerticalAlignment get_VerticalAlignment(); public: __property void set_VerticalAlignment( VerticalAlignment value );
[DefaultValue()] [Description("Controls the vertical alignment of the caption within the clipping rectangle.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: property VerticalAlignment VerticalAlignment { VerticalAlignment get(); void set ( VerticalAlignment value); }
The default value is VerticalAlignment.Top.
The clipping rectangle is determined by the Clip and Area properties.