'Declaration
<CategoryAttribute("ThumbnailXpress")>
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the maximum bit depth allowed for the thumbnails.")>
Public Property MaximumThumbnailBitDepth As Integer
'Usage
Dim instance As ThumbnailXpress
Dim value As Integer
instance.MaximumThumbnailBitDepth = value
value = instance.MaximumThumbnailBitDepth
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the maximum bit depth allowed for the thumbnails.")]
public int MaximumThumbnailBitDepth {get; set;}
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the maximum bit depth allowed for the thumbnails.")]
public: __property int get_MaximumThumbnailBitDepth();
public: __property void set_MaximumThumbnailBitDepth(
int value
);
[CategoryAttribute("ThumbnailXpress")]
[BrowsableAttribute(true)]
[DescriptionAttribute("Indicates the maximum bit depth allowed for the thumbnails.")]
public:
property int MaximumThumbnailBitDepth {
int get();
void set ( int value);
}