Skip to main content

Class GeometryPresenter

Namespace: VelloSharp.Composition.Controls
Assembly: VelloSharp.Composition.dll

public class GeometryPresenter : CompositionElement

Inheritance

objectCompositionElementGeometryPresenter

Inherited Members

CompositionElement.ArrangedBounds, CompositionElement.MeasureConstraints, CompositionElement.DesiredSize, CompositionElement.IsMounted, CompositionElement.Measure(in LayoutConstraints), CompositionElement.Arrange(in LayoutRect), CompositionElement.Mount(), CompositionElement.Unmount(), CompositionElement.GetChildren(), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Data

public string? Data { get; set; }

Property Value

string?

Fill

public CompositionColor Fill { get; set; }

Property Value

CompositionColor

Stroke

public CompositionColor Stroke { get; set; }

Property Value

CompositionColor

StrokeThickness

public double StrokeThickness { get; set; }

Property Value

double