Accusoft.ThumbnailXpress6.Net
DescriptorAlignment Property




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

Property Value

An DescriptorAlignments enumeration value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback