C# Class Illusion.ConventionManager

Used to configure the conventions used by the framework to apply bindings and create actions.
Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Méthodes publiques

Свойство Type Description
BooleanToVisibilityConverter IValueConverter
DefaultItemTemplate System.Windows.DataTemplate
IncludeStaticProperties bool
OverwriteContent bool

Property Details

BooleanToVisibilityConverter public_oe static_oe property

Converters bool to/from Visibility.
public static IValueConverter BooleanToVisibilityConverter
Résultat IValueConverter

DefaultItemTemplate public_oe static_oe property

The default DataTemplate used for ItemsControls when required.
public static DataTemplate,System.Windows DefaultItemTemplate
Résultat System.Windows.DataTemplate

IncludeStaticProperties public_oe static_oe property

Indicates whether or not static properties should be included during convention name matching.
False by default.
public static bool IncludeStaticProperties
Résultat bool

OverwriteContent public_oe static_oe property

Indicates whether or not the Content of ContentControls should be overwritten by conventional bindings.
False by default.
public static bool OverwriteContent
Résultat bool