|
|
|
ExplicitSize Property, ImagePartClass Class |
Defines the explicit size of the image, which causes the image to be stretched or shrunk if needed.
Syntax ImagePartClass Class (Softelvdm.Controls)
VB |
Public Property ExplicitSize As Size |
C# |
public Size ExplicitSize { get; set; } |
C++ |
public: property Size ExplicitSize { |
Property Value
The size of the rendered image or Size.Empty to use the image's actual size.
The default value is 0, 0.
Comments
The ExplicitSize property defines the explicit size of the image, which causes the image to be stretched or shrunk if needed.
Version Information
Supported in version 1.0.
Products Table