| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(False)> <SRCategoryAttribute("Layout")> <SRDescriptionAttribute("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public ReadOnly Property Right As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Medical3DControl Dim value As Integer value = instance.Right | |
| C# | |
|---|---|
[BrowsableAttribute(false)] [SRCategoryAttribute("Layout")] [SRDescriptionAttribute("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")] [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public int Right {get;} | |
| C++/CLI | |
|---|---|
[BrowsableAttribute(false)] [SRCategoryAttribute("Layout")] [SRDescriptionAttribute("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")] [EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public: property int Right { int get(); } | |
Property Value
An System.Int32 representing the distance, in pixels, between the right edge of the control and the left edge of its container's client area.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code