Accusoft.ThumbnailXpress6.Net
DescriptorAlignment Property




Gets and sets the alignment of the descriptor text.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("ThumbnailXpress")>
<DescriptionAttribute("Indicates the alignment of the descriptor text.")>
Public Property DescriptorAlignment As DescriptorAlignments
'Usage
 
Dim instance As ThumbnailXpress
Dim value As DescriptorAlignments
 
instance.DescriptorAlignment = value
 
value = instance.DescriptorAlignment
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the alignment of the descriptor text.")]
public DescriptorAlignments DescriptorAlignment {get; set;}
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the alignment of the descriptor text.")]
public: __property DescriptorAlignments get_DescriptorAlignment();
public: __property void set_DescriptorAlignment( 
   DescriptorAlignments value
);
[Browsable(true)]
[Category("ThumbnailXpress")]
[Description("Indicates the alignment of the descriptor text.")]
public:
property DescriptorAlignments DescriptorAlignment {
   DescriptorAlignments get();
   void set (    DescriptorAlignments value);
}

Property Value

An DescriptorAlignments enumeration value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback