| ApplicationConfigurationSectionStyle Property |
Gets or sets the style.
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public StyleSchemeType Style { get; set; }
Public Property Style As StyleSchemeType
Get
Set
public:
property StyleSchemeType Style {
StyleSchemeType get ();
void set (StyleSchemeType value);
}
member Style : StyleSchemeType with get, set
Property Value
Type:
StyleSchemeTypeThe style.
See Also