Click or drag to resize

Style IsCustomStyle Property

Gets or sets a value indicating whether this instance is custom style.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool IsCustomStyle { get; set; }

Property Value

Type: Boolean
if this instance is custom, set to true .
See Also