🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

VectorProperty

Represents one of the properties for PathComponent or GroupComponent that can be overwritten when it is composed and drawn with RenderVectorGroup.

Source set: Common
public sealed class VectorProperty<T>

Represents one of the properties for PathComponent or GroupComponent that can be overwritten when it is composed and drawn with RenderVectorGroup.

Members

Rotation

Source set: Common
public object Rotation : VectorProperty<Float>()

PivotX

Source set: Common
public object PivotX : VectorProperty<Float>()

PivotY

Source set: Common
public object PivotY : VectorProperty<Float>()

ScaleX

Source set: Common
public object ScaleX : VectorProperty<Float>()

ScaleY

Source set: Common
public object ScaleY : VectorProperty<Float>()

TranslateX

Source set: Common
public object TranslateX : VectorProperty<Float>()

TranslateY

Source set: Common
public object TranslateY : VectorProperty<Float>()

PathData

Source set: Common
public object PathData : VectorProperty<List<PathNode>>()

Fill

Source set: Common
public object Fill : VectorProperty<Brush?>()

FillAlpha

Source set: Common
public object FillAlpha : VectorProperty<Float>()

Stroke

Source set: Common
public object Stroke : VectorProperty<Brush?>()

StrokeLineWidth

Source set: Common
public object StrokeLineWidth : VectorProperty<Float>()

StrokeAlpha

Source set: Common
public object StrokeAlpha : VectorProperty<Float>()

TrimPathStart

Source set: Common
public object TrimPathStart : VectorProperty<Float>()

TrimPathEnd

Source set: Common
public object TrimPathEnd : VectorProperty<Float>()

TrimPathOffset

Source set: Common
public object TrimPathOffset : VectorProperty<Float>()