Intersoft ClientUI Documentation
SetStyleWithType Method



Element.
TypedStyle.
Sets framework element style with TypedStyle.
Syntax
<ExtensionAttribute()>
Public Shared Sub SetStyleWithType( _
   ByVal element As FrameworkElement, _
   ByVal style As Style _
) 
Dim element As FrameworkElement
Dim style As Style
 
FrameworkElementExtensions.SetStyleWithType(element, style)
[ExtensionAttribute()]
public static void SetStyleWithType( 
   FrameworkElement element,
   Style style
)
[ExtensionAttribute()]
public:
static void SetStyleWithType( 
   FrameworkElement^ element,
   Style^ style
) 

Parameters

element
Element.
style
TypedStyle.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FrameworkElementExtensions Class
FrameworkElementExtensions Members

Send Feedback