Style

EmfLogFontEx.Style property

Gets or sets a string of 32 Unicode characters that defines the font’s style. If the length of this string is less than 32 characters, a terminating NULL MUST be present, after which the remainder of this field MUST be ignored.

public string Style { get; set; }

See Also