Compartir a través de


RECT.Width Property

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As RECT
Dim value As Integer

value = instance.Width

Syntax

'Declaration
Public ReadOnly Property Width As Integer
public int Width { get; }
public:
property int Width {
    int get ();
}
/** @property */
public int get_Width ()
public function get Width () : int

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

RECT Structure
RECT Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.