Returns whether or not to copy a property when styling a control

Namespace: Ico.Gwx
Assembly: GwxSmartPin (in GwxSmartPin.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool CanCopyProperty(
	DependencyProperty p
)
Visual Basic
Public Function CanCopyProperty ( _
	p As DependencyProperty _
) As Boolean
JScript
public final function CanCopyProperty(
	p : DependencyProperty
) : boolean

Parameters

p
Type: System.Windows..::..DependencyProperty
The dependency property

Return Value

true if property can be copied

Implements

IStyleableCanCopyProperty(DependencyProperty)

See Also