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

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

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

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

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