NShape Reference
Shape.HasStyle Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > Shape Class >

NShape Reference
Shape.HasStyle Method

Previous pageReturn to chapter overviewNext page

Checks whether the given style is used by the shape.

Syntax

public abstract bool HasStyle(IStyle style)

Description

Checks whether the given style is used by the shape.

Parameters

Name

Description

style

The tested style.

Return Value

Returns true if the given style is used by the shape.