StyleBase.ContainStyleProperty(String) Method

Definition

Indicates whether this collection contains a named style property.

public:
 bool ContainStyleProperty(System::String ^ styleName);
public bool ContainStyleProperty (string styleName);
member this.ContainStyleProperty : string -> bool
Public Function ContainStyleProperty (styleName As String) As Boolean

Parameters

styleName
String

The name of the style property to check.

Returns

A Boolean value indicating whether this collection contains a named style property.

Applies to