Interface IPortalStyles
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IPortalStyles
Properties
AllowAdminEdits
Declaration
bool AllowAdminEdits { get; set; }
Property Value
BaseFontSize
Declaration
double BaseFontSize { get; set; }
Property Value
ColorBackground
Declaration
string ColorBackground { get; set; }
Property Value
ColorBackgroundContrast
Declaration
string ColorBackgroundContrast { get; set; }
Property Value
ColorBackgroundDark
Declaration
string ColorBackgroundDark { get; set; }
Property Value
ColorBackgroundLight
Declaration
string ColorBackgroundLight { get; set; }
Property Value
ColorDanger
Declaration
string ColorDanger { get; set; }
Property Value
ColorDangerContrast
Declaration
string ColorDangerContrast { get; set; }
Property Value
ColorDangerDark
Declaration
string ColorDangerDark { get; set; }
Property Value
ColorDangerLight
Declaration
string ColorDangerLight { get; set; }
Property Value
ColorForeground
Declaration
string ColorForeground { get; set; }
Property Value
ColorForegroundContrast
Declaration
string ColorForegroundContrast { get; set; }
Property Value
ColorForegroundDark
Declaration
string ColorForegroundDark { get; set; }
Property Value
ColorForegroundLight
Declaration
string ColorForegroundLight { get; set; }
Property Value
ColorInfo
Declaration
string ColorInfo { get; set; }
Property Value
ColorInfoContrast
Declaration
string ColorInfoContrast { get; set; }
Property Value
ColorInfoDark
Declaration
string ColorInfoDark { get; set; }
Property Value
ColorInfoLight
Declaration
string ColorInfoLight { get; set; }
Property Value
ColorNeutral
Declaration
string ColorNeutral { get; set; }
Property Value
ColorNeutralContrast
Declaration
string ColorNeutralContrast { get; set; }
Property Value
ColorNeutralDark
Declaration
string ColorNeutralDark { get; set; }
Property Value
ColorNeutralLight
Declaration
string ColorNeutralLight { get; set; }
Property Value
ColorPrimary
Declaration
string ColorPrimary { get; set; }
Property Value
ColorPrimaryContrast
Declaration
string ColorPrimaryContrast { get; set; }
Property Value
ColorPrimaryDark
Declaration
string ColorPrimaryDark { get; set; }
Property Value
ColorPrimaryLight
Declaration
string ColorPrimaryLight { get; set; }
Property Value
ColorSecondary
Declaration
string ColorSecondary { get; set; }
Property Value
ColorSecondaryContrast
Declaration
string ColorSecondaryContrast { get; set; }
Property Value
ColorSecondaryDark
Declaration
string ColorSecondaryDark { get; set; }
Property Value
ColorSecondaryLight
Declaration
string ColorSecondaryLight { get; set; }
Property Value
ColorSuccess
Declaration
string ColorSuccess { get; set; }
Property Value
ColorSuccessContrast
Declaration
string ColorSuccessContrast { get; set; }
Property Value
ColorSuccessDark
Declaration
string ColorSuccessDark { get; set; }
Property Value
ColorSuccessLight
Declaration
string ColorSuccessLight { get; set; }
Property Value
ColorSurface
Declaration
string ColorSurface { get; set; }
Property Value
ColorSurfaceContrast
Declaration
string ColorSurfaceContrast { get; set; }
Property Value
ColorSurfaceDark
Declaration
string ColorSurfaceDark { get; set; }
Property Value
ColorSurfaceLight
Declaration
string ColorSurfaceLight { get; set; }
Property Value
ColorTertiary
Declaration
string ColorTertiary { get; set; }
Property Value
ColorTertiaryContrast
Declaration
string ColorTertiaryContrast { get; set; }
Property Value
ColorTertiaryDark
Declaration
string ColorTertiaryDark { get; set; }
Property Value
ColorTertiaryLight
Declaration
string ColorTertiaryLight { get; set; }
Property Value
ColorWarning
Declaration
string ColorWarning { get; set; }
Property Value
ColorWarningContrast
Declaration
string ColorWarningContrast { get; set; }
Property Value
ColorWarningDark
Declaration
string ColorWarningDark { get; set; }
Property Value
ColorWarningLight
Declaration
string ColorWarningLight { get; set; }
Property Value
ControlsPadding
Declaration
double ControlsPadding { get; set; }
Property Value
ControlsRadius
Declaration
double ControlsRadius { get; set; }
Property Value
FileName
Declaration
Property Value
VariationOpacity
Declaration
double VariationOpacity { get; set; }
Property Value
Extension Methods