[]
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
Gets a reference to an effects style in a Effects list.
public StyleEffects Effects { get; }
Gets a reference to a fill style within Fills or BackgroundFills.
public StyleFill Fill { get; }
Gets a reference to a line style within Lines.
public StyleLine Line { get; }