Table of Contents

Class PropertyAnimationTarget

Namespace
Adw
Assembly
Adw-1.dll
public sealed class PropertyAnimationTarget : AnimationTarget, IDisposable, GTypeProvider, InstanceFactory
Inheritance
PropertyAnimationTarget
Implements
Inherited Members

Constructors

PropertyAnimationTarget(PropertyAnimationTargetHandle)

public PropertyAnimationTarget(PropertyAnimationTargetHandle handle)

Parameters

handle PropertyAnimationTargetHandle

PropertyAnimationTarget(params ConstructArgument[])

public PropertyAnimationTarget(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Fields

ObjectPropertyDefinition

public static readonly Property<Object?, PropertyAnimationTarget> ObjectPropertyDefinition

Field Value

Property<Object, PropertyAnimationTarget>

PspecPropertyDefinition

public static readonly Property<ParamSpec?, PropertyAnimationTarget> PspecPropertyDefinition

Field Value

Property<ParamSpec, PropertyAnimationTarget>

Properties

Object

public Object? Object { get; }

Property Value

Object

Pspec

public ParamSpec? Pspec { get; }

Property Value

ParamSpec

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetObject()

[Version("1.2")]
public Object GetObject()

Returns

Object

GetPspec()

[Version("1.2")]
public ParamSpec GetPspec()

Returns

ParamSpec

New(Object, string)

[Version("1.2")]
public static PropertyAnimationTarget New(Object @object, string propertyName)

Parameters

object Object
propertyName string

Returns

PropertyAnimationTarget

NewForPspec(Object, ParamSpec)

[Version("1.2")]
public static PropertyAnimationTarget NewForPspec(Object @object, ParamSpec pspec)

Parameters

object Object
pspec ParamSpec

Returns

PropertyAnimationTarget