[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeWidth

Class ShapeWidth

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents the width of a shape.

public class ShapeWidth : FormattingBag
Inheritance
object
ShapeWidth
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Relative

Gets or sets the shape width in percent according to the RelativeTo value.

If the property RelativeTo value is None then use the Value property value.

public float Relative { get; set; }

Property Value

float

RelativeTo

Gets or sets the relative width type of a shape.

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

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

public SizeRelativeHorizontally RelativeTo { get; set; }

Property Value

SizeRelativeHorizontally

Value

Gets or sets the shape width in points or percent according to the Type value.

If the property RelativeTo value is not None, then the Relative property value is used.

public float Value { get; set; }

Property Value

float