Interface ISkin
Interface definition of a Skin.
Namespace: Sartorius.SAF.Presentation.Skins
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public interface ISkin
Properties
View SourceEntryPoint
Represents an uri that points to the entry point of the skin.
Declaration
Uri EntryPoint { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Remarks
Example: new Uri("/Sartorius.SAF.Skin.MySkin;;;component/Main.xaml", UriKind.Relative)
Id
Gets or sets a unique identifier of the skin.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
The id MUST NOT contain white spaces.