Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeWidth Class / RelativeTo Property

In This Topic
    RelativeTo Property (ShapeWidth)
    In This Topic
    Gets or sets the relative width type of a shape.

    If the property value is SizeRelativeHorizontally.None, then the Value property value must be used, otherwise the Relative property value is used.

    If property WrapFormat.Type is Inline, this value is always SizeRelativeHorizontally.None.

    Syntax
    'Declaration
     
    Public Property RelativeTo As SizeRelativeHorizontally
    public SizeRelativeHorizontally RelativeTo {get; set;}
    See Also