Table of Contents

Class PropertyAnimationTarget

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

Constructors

PropertyAnimationTarget(bool, params ConstructArgument[])

protected PropertyAnimationTarget(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

PropertyAnimationTarget(IntPtr, bool)

protected PropertyAnimationTarget(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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