Gets or sets the size of a single line of text within the
RichTextBoxCell.
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the length, in pixels, of a single line of text within the RichTextBoxCell.")>
<LocalizableAttribute(True)>
Public Property RightMargin As Integer
Dim instance As RichTextBoxCell
Dim value As Integer
instance.RightMargin = value
value = instance.RightMargin
[DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates the length, in pixels, of a single line of text within the RichTextBoxCell.")]
[Localizable(true)]
public int RightMargin {get; set;}
Property Value
The size, in pixels, of a single line of text in the control. The default is zero.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2