Class InteriorWrapper
Summary description for GradientWrapper.
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class InteriorWrapper : CommonWrapper, ICloneParent, IInterior, IOptimizedUpdate
Constructors
InteriorWrapper()
Creates new interior wrapper.
Declaration
public InteriorWrapper()
InteriorWrapper(ExtendedFormatImpl)
Creates new interior wrapper.
Declaration
public InteriorWrapper(ExtendedFormatImpl format)
Parameters
Type | Name | Description |
---|---|---|
ExtendedFormatImpl | format | Extended format. |
Properties
Color
Gets or sets the cell shading color.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
ColorIndex
Gets or sets the color of the interior as an index value.
Declaration
public ExcelKnownColors ColorIndex { get; set; }
Property Value
Type |
---|
ExcelKnownColors |
FillPattern
Gets / Sets fill pattern.
Declaration
public ExcelPattern FillPattern { get; set; }
Property Value
Type |
---|
ExcelPattern |
Gradient
Gets gradient object for this extended format. Read-only.
Declaration
public IGradient Gradient { get; }
Property Value
Type |
---|
IGradient |
PatternColor
Gets or sets the color of the interior pattern as an Color value.
Declaration
public Color PatternColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
PatternColorIndex
Gets or sets the color of the interior pattern as an index into the current color palette.
Declaration
public ExcelKnownColors PatternColorIndex { get; set; }
Property Value
Type |
---|
ExcelKnownColors |
Wrapped
Returns wrapped interior. Read-only.
Declaration
public ExtendedFormatImpl Wrapped { get; }
Property Value
Type |
---|
ExtendedFormatImpl |
Methods
BeginUpdate()
This method should be called before several updates to the object will take place.
Declaration
public override void BeginUpdate()
Overrides
EndUpdate()
This method should be called after several updates to the object took place.
Declaration
public override void EndUpdate()
Overrides
Events
AfterChangeEvent
Event raised after wrapped font changed.
Declaration
public event EventHandler AfterChangeEvent
Event Type
Type |
---|
System.EventHandler |