Xaml Property
See Also 
SourceCode.Framework Namespace > K2Image Class : Xaml Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<ObsoleteAttribute(Message="Use Xaml Bytes overload", IsError=True)>
Public ReadOnly Property Xaml As String
Visual Basic (Usage) Copy Code
Dim instance As K2Image
Dim value As String
 
value = instance.Xaml
C#  
[Obsolete(Message="Use Xaml Bytes overload", IsError=true)]
public string Xaml {get;}
C++/CLI  
[Obsolete(Message="Use Xaml Bytes overload", IsError=true)]
public:
property String^ Xaml {
   String^ get();
}

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