Dart.PowerWEB.TextBox Namespace > BaseToolbarButton Class : ImageHeight Property (BaseToolbarButton) |
Gets or sets the height of the button image in pixels.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies the height of the image graphic.")>
<DefaultValueAttribute()>
Public Overridable Property ImageHeight As Integer
[C#]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the height of the image graphic.")]
[DefaultValueAttribute()]
public virtual int ImageHeight {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the height of the image graphic.")]
[DefaultValueAttribute()]
public: __property virtual int get_ImageHeight();
public: __property virtual void set_ImageHeight(
int value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the height of the image graphic.")]
[DefaultValueAttribute()]
public:
virtual property int ImageHeight {
int get();
void set (int value);
}
An integer specifying the height of the image in pixels.
This property differs from the Height property in that the Height property controls the height of the border surrounding the image, while this property controls the height of the image itself.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseToolbarButton Class | BaseToolbarButton Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.