StyleBase.ContainStyleProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.