Table of Contents

Class PathSegment

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
public abstract class PathSegment : AvaloniaObject, INotifyPropertyChanged
Inheritance
PathSegment
Implements
Derived
Inherited Members
Extension Methods

Constructors

PathSegment()

protected PathSegment()

Fields

IsStrokedProperty

public static readonly StyledProperty<bool> IsStrokedProperty

Field Value

StyledProperty<bool>

Properties

IsStroked

public bool IsStroked { get; set; }

Property Value

bool