| AppletAssetHtmlStyle Property |
Gets or sets the script
Namespace:
SanteDB.Core.Applets.Model
Assembly:
SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax public List<string> Style { get; set; }
Public Property Style As List(Of String)
Get
Set
public:
property List<String^>^ Style {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Style : List<string> with get, set
Property Value
Type:
ListStringSee Also