Style.IsSealed Property

Definition

Gets a value that indicates whether the style is read-only and cannot be changed.

public:
 property bool IsSealed { bool get(); };
bool IsSealed();
public bool IsSealed { get; }
var boolean = style.isSealed;
Public ReadOnly Property IsSealed As Boolean

Property Value

Boolean

bool

true if the style is read-only; otherwise, false.

Applies to