Interface IShading
Assembly: IronPPT.dll
Syntax
public interface IShading
Properties
Color
Declaration
IColor Color { get; set; }
Property Value
Fill
Declaration
IColor Fill { get; set; }
Property Value
ShadingPattern
Declaration
Nullable<ShadingPatternValues> ShadingPattern { get; set; }
Property Value
ThemeColor
Declaration
IColor ThemeColor { get; set; }
Property Value
ThemeFill
Declaration
IColor ThemeFill { get; set; }
Property Value
ThemeFillShade
Declaration
IColor ThemeFillShade { get; set; }
Property Value
ThemeFillTint
Declaration
string ThemeFillTint { get; set; }
Property Value
Type |
Description |
System.String |
|
ThemeTint
Declaration
string ThemeTint { get; set; }
Property Value
Type |
Description |
System.String |
|