Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WrapFormat Class / DistanceRight Property

In This Topic
    DistanceRight Property
    In This Topic
    Gets or sets the minimum distance that is maintained between the right edge of the shape and any subsequent text within the document when this shape is displayed within the document's contents.
    Syntax
    'Declaration
     
    Public Property DistanceRight As System.Single
    public System.float DistanceRight {get; set;}
    Remarks
    If property Type is Inline or None or TopBottom, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating.
    See Also