Table of Contents

Property this

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

this[string]

Gets or sets a well-known property value.

public object this[string name] { get; set; }

Parameters

name string

The well-known name of the property. It can be SharpVectors or user-defined. Only the SharpVectors defined properties are supported by default. A null or empty string names are ignored.

Property Value

object

The value of the well-known or user-defined property. Setting the value of an existing property to null will remove the property.