Click or drag to resize

ThumbnailStyleFont Property

Gets or sets the css font property.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public string Font { get; set; }

Property Value

Type: String
The valid CSS font property. This requires a size value and a font value ("15px arial").
See Also