Namespace Syncfusion.UI.Xaml.Core
Classes
| AvatarCharacter Specifies the avatar charcters for the SfAvatarView. | 
| AvatarContentType Specifies the various content types for the SfAvatarView. | 
| AvatarInitialsType Specifies the intials types for the SfAvatarView. | 
| AvatarShape Specifies the various shapes for the SfAvatarView. | 
| AvatarSize Specifies the various sizes for the SfAvatarView. | 
| BoolNegationConverter Value converter that takes a bool value and returns the inverse. | 
| BoolToObjectConverter This class converts a boolean value into an other object. Can be used to convert true/false to visibility, a couple of colors, couple of images, etc. | 
| BoolToVisibilityConverter This class converts a boolean value into a Visibility enumeration. | 
| CollectionVisibilityConverter This class converts a collection size to visibility. | 
| ContrastBrushConverter Gets a color, either black or white, depending on the brightness of the supplied color. | 
| DelegateCommand Represents a command that can perform a given action. | 
| DelegateCommand<T> Represents a command that can perform a given action. | 
| DoubleToObjectConverter This class converts a double value into an other object. Can be used to convert doubles to visibility, a couple of colors, couple of images, etc. If GreaterThan and LessThan are both set, the logic looks for a value inbetween the two values. Otherwise the logic looks for the value to be GreaterThan or LessThan the specified value. The ConverterParameter can be used to invert the logic. | 
| DoubleToVisibilityConverter This class converts a double value into a Visibility enumeration. | 
| EmptyCollectionToObjectConverter This class converts a collection size into an other object. Can be used to convert to bind a visibility, a color or an image to the size of the collection. | 
| EmptyObjectToObjectConverter This class converts an object value into a an object (if the value is null returns the false value). Can be used to bind a visibility, a color or an image to the value of an object. | 
| EmptyStringToObjectConverter This class converts a string value into a an object (if the value is null or empty returns the false value). Can be used to bind a visibility, a color or an image to the value of a string. | 
| EnumDisplayNameConverter A value converter that takes enum value and returns name of the enum. | 
| EnumValuesExtension A markup extension that returns a collection of values of a specific langword_csharp_enum | 
| FormatStringConverter Value converter that converts an System.IFormattable to a formatted System.String. The string format needs to be passed as the converter parameter. | 
| HorizontalToTextAlignmentConverter A converter that converts HorizontalAlignment to TextAlignment. | 
| LocalizationResourceAccessor Represents the class that manages the localization for syncfusion controls. | 
| LogicalTree Defines a collection of extensions methods for UI. | 
| NotificationObject Base class for items that support property notification. | 
| ResourceNameToResourceStringConverter Value converter that look up for the source string in based on culture with the help of LocalizationResourceAccessor and returns its value, if found. | 
| SfAvatarView SfAvatarView is a graphical representation of the user image that allows you to customize the view by adding an image, background color, icon, text, etc. | 
| SfShadow The Shadow control enables to add customizable shadow effects around any UI element of the application such as button, textbox, etc. | 
| SfShimmer The SfShimmer control is used to display a predefined built-in animation when an operation runs in the background of your application to await completion. | 
| ShimmerType Defines the type for the SfShimmer control.  | 
| StringFormatConverter This class provides a binding converter to display formatted strings | 
| StringVisibilityConverter This class converts a string value into a Visibility value (if the value is null or empty returns a collapsed value). | 
| VisibilityToBoolConverter This class converts a Visibility enumeration to a boolean value. | 
| VisualTree Defines a collection of extensions methods for UI. | 
| WrapPanel WrapPanel is used to place child UIElements at sequential positions from left to the right and then "wrap" the lines of children from top to the bottom. All children get the layout partition of size ItemWidth x ItemHeight. |