Infragistics(R) NetAdvantage(R) Windows Forms
ShapeSize Property
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > ImageRegion Class : ShapeSize Property

Returns or sets the size of the image shape.

Syntax

Visual Basic (Declaration) 
Public Property ShapeSize As Size
C# 
public Size ShapeSize {get; set;}

Remarks

When set to Size.Empty, the size is based on the size of the image.

See Also