'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("Layout")> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")> Public ReadOnly Property Right As System.Integer
'Usage
Dim instance As EditSourceDialog Dim value As System.Integer value = instance.Right
[System.ComponentModel.Browsable(false)] [SRCategory("Layout")] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The distance, in pixels, between the right edge of the control and the left edge of its container's client area.")] public System.int Right {get;}