[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeStyle

Class ShapeStyle

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

Represents the style information for a shape.

Used to define a shape's appearance in terms of the preset styles defined by the FormatScheme.

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

Properties

Effects

Gets a reference to an effects style in a Effects list.

public StyleEffects Effects { get; }

Property Value

StyleEffects

Fill

Gets a reference to a fill style within Fills or BackgroundFills.

public StyleFill Fill { get; }

Property Value

StyleFill

Line

Gets a reference to a line style within Lines.

public StyleLine Line { get; }

Property Value

StyleLine