clipRule property
Sets or retrieves a value that indicates a clipping rule.
![]() |
Syntax
HRESULT value = object.put_clipRule(BSTR v);HRESULT value = object.get_clipRule(BSTR* p);
Property values
Type: BSTR
One of the values in the Property Values section.
String format
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value |
Remarks
The clip-rule property only applies to graphics elements that are contained within a ISVGClipPathElement element.
Requirements
|
Minimum supported client |
Windows Vista with SP1, Windows 7 |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
- CSSStyleDeclaration
- currentStyle
- style
- ISVGCircleElement
- ISVGEllipseElement
- ISVGImageElement
- ISVGLineElement
- ISVGPathElement
- ISVGPolygonElement
- ISVGPolylineElement
- ISVGRectElement
- ISVGTextElement
- ISVGUseElement
- clip-path
Show:
