Class ConfigFile.CssSprite
Configuration for the Web Client CssSprite generator
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class CssSprite
Properties
Enabled
By enabling this feature an image is created, containing most icons used in the application.
Declaration
public static bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
ExcludePaths
Paths to exclude. Do not include root path. Semi-colon seperated list.
Declaration
public static string ExcludePaths { get; set; }
Property Value
Type | Description |
---|---|
String |
MaxHeight
The maximum height of an icon allowed in the sprite. Icons higher is excluded.
Declaration
public static int MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MaxWidth
The maximum width of an icon allowed in the sprite. Icons wider is excluded.
Declaration
public static int MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PersistentPath
Path to generated CssSprite file
Declaration
public static string PersistentPath { get; set; }
Property Value
Type | Description |
---|---|
String |
RootPath
Image path
Declaration
public static string RootPath { get; set; }
Property Value
Type | Description |
---|---|
String |