fillRule property
Sets or retrieves a value that indicates the algorithm that is to be used to determine what parts of the canvas are included inside the shape.
Syntax
HRESULT value = object.put_fillRule( v);HRESULT value = object.get_fillRule(* p);
Property values
Type: BSTR
One of the values in the Property Values section.
String format
nonzero | evenodd | inherit
CSS information
Applies To | shapes and text content elements |
Media | visual |
Inherited | no |
Initial Value | nonzero |
Standards information
Requirements
Minimum supported client |
Windows Vista with SP1, Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |