'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
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the alignment of the descriptor text.")]
[CategoryAttribute("ThumbnailXpress")]
public DescriptorAlignments DescriptorAlignment {get; set;}
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the alignment of the descriptor text.")]
[CategoryAttribute("ThumbnailXpress")]
public: __property DescriptorAlignments get_DescriptorAlignment();
public: __property void set_DescriptorAlignment(
DescriptorAlignments value
);
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the alignment of the descriptor text.")]
[CategoryAttribute("ThumbnailXpress")]
public:
property DescriptorAlignments DescriptorAlignment {
DescriptorAlignments get();
void set ( DescriptorAlignments value);
}