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
stringThe well-known name of the property. It can be
SharpVectors
or user-defined. Only theSharpVectors
defined properties are supported by default. A null or empty string names are ignored.