Class IXLDrawingFillExtensions
public static class IXLDrawingFillExtensions
- Inheritance
-
IXLDrawingFillExtensions
- Inherited Members
Methods
SetColorAuto<T>(T)
Sets the default theme color.
public static T SetColorAuto<T>(this T fill) where T : IXLDrawingFill
Parameters
fillT
Returns
- T
Type Parameters
T
SetColorNone<T>(T)
Sets the fill color none.
public static T SetColorNone<T>(this T fill) where T : IXLDrawingFill
Parameters
fillT
Returns
- T
Type Parameters
T
SetColorSolid<T>(T, XLColor)
Sets a solid, uniform color
public static T SetColorSolid<T>(this T fill, XLColor fillColor) where T : IXLDrawingFill
Parameters
fillTfillColorXLColor
Returns
- T
Type Parameters
T