Width Property
Summary
The width of the frame in pixels.
Syntax
C#
VB
Java
Objective-C
C++
public int Width { get; set; }
Public Property Width As Integer
@property (nonatomic, assign) NSInteger width
public int getWidth()
public void setWidth(int value)
public:
property Int32 Width
{
Int32 get()
void set(Int32 value)
}
Property Value
The width of the frame in pixels.