API Reference
Enum
HtmlRenderVisualKind
Identifies the backend-neutral visual operation produced by HTML layout.
Inheritance
- Enum
- HtmlRenderVisualKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HtmlRenderClipGroup.Kind
- Property HtmlRenderDrawing.Kind
- Property HtmlRenderEffectGroup.Kind
- Property HtmlRenderImage.Kind
- Property HtmlRenderImagePattern.Kind
- Property HtmlRenderLogicalTextGroup.Kind
- Property HtmlRenderPathClipGroup.Kind
- Property HtmlRenderSemanticGroup.Kind
- Property HtmlRenderShape.Kind
- Property HtmlRenderText.Kind
- Property HtmlRenderVisual.Kind
- Field HtmlRenderVisualKind.ClipGroup
- Field HtmlRenderVisualKind.Drawing
- Field HtmlRenderVisualKind.EffectGroup
- Field HtmlRenderVisualKind.Image
- Field HtmlRenderVisualKind.ImagePattern
- Field HtmlRenderVisualKind.LogicalTextGroup
- Field HtmlRenderVisualKind.PathClipGroup
- Field HtmlRenderVisualKind.SemanticGroup
- Field HtmlRenderVisualKind.Shape
- Field HtmlRenderVisualKind.Text
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const HtmlRenderVisualKind ClipGroup #Ordered child visuals clipped as one paint group.
Value:
4public const HtmlRenderVisualKind PathClipGroup #Ordered child visuals clipped by shared Drawing path geometry.
Value:
5public const HtmlRenderVisualKind EffectGroup #Ordered child visuals painted through an affine transform and isolated opacity.
Value:
6public const HtmlRenderVisualKind LogicalTextGroup #Paint-neutral positioned fragments sharing one logical extraction string.
Value:
9