Returns the fixed style.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public override Style SelectStyle(
	Object item,
	DependencyObject container
)
Visual Basic
Public Overrides Function SelectStyle ( _
	item As Object, _
	container As DependencyObject _
) As Style
Visual C++
public:
virtual Style^ SelectStyle(
	Object^ item, 
	DependencyObject^ container
) override

Parameters

item
Type: System..::..Object
This parameter is not used in this implementation.
container
Type: System.Windows..::..DependencyObject
This parameter is not used in this implementation.

Return Value

The value of the Style property.

See Also