ApplyToStyle Method (RangeSliderThumbStyle)
In This Topic
Applies style to destination C1.Framework.Style object if it is possible.
Syntax
'Declaration
Public Overrides Function ApplyToStyle( _
ByVal As C1.Framework.Style _
) As Boolean
public override bool ApplyToStyle(
C1.Framework.Style
)
Parameters
- dst
- destination style.
See Also