Xceed Toolkit for Maui v2.0 Documentation
Card Class
Members  Example 


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : Card Class
ContentControl which offers the possibility of customizing the shadow that surrounds it.
Syntax
'Usage
 
Dim instance As Card
Example

The following code would display this control:

<xctk:Card ShadowBrush="Red"
           ShadowOffset="10, 10"
           ShadowRadius="5"
           ShadowOpacity="0.6"
           WidthRequest="200"
           HeightRequest="200"
           VerticalContentOptions="Center"
           Title="My Card">
  <Label Text="This is a nice Card control!"/>
</xctk:Card>
Inheritance Hierarchy

System.Object
   Microsoft.Maui.Controls.BindableObject
      Microsoft.Maui.Controls.Element
         Microsoft.Maui.Controls.NavigableElement
            Microsoft.Maui.Controls.VisualElement
               Microsoft.Maui.Controls.View
                  Microsoft.Maui.Controls.Compatibility.Layout
                     Microsoft.Maui.Controls.TemplatedView
                        Xceed.Maui.Toolkit.Control
                           Xceed.Maui.Toolkit.ContentControl
                              Xceed.Maui.Toolkit.Card

Requirements

Target Platforms: Windows 11, Windows 10, 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

Card Members
Xceed.Maui.Toolkit Namespace