Softelvdm.Controls Class Library for Windows Controls 1.0

ExplicitSize Property, ImagePartClass Class

Softel vdm, Inc.

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 {
        Size get();
        void set(Size value);
}

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com