C# 클래스 Illusion.ConventionManager

Used to configure the conventions used by the framework to apply bindings and create actions.
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BooleanToVisibilityConverter IValueConverter
DefaultItemTemplate System.Windows.DataTemplate
IncludeStaticProperties bool
OverwriteContent bool

프로퍼티 상세

BooleanToVisibilityConverter 공개적으로 정적으로 프로퍼티

Converters bool to/from Visibility.
public static IValueConverter BooleanToVisibilityConverter
리턴 IValueConverter

DefaultItemTemplate 공개적으로 정적으로 프로퍼티

The default DataTemplate used for ItemsControls when required.
public static DataTemplate,System.Windows DefaultItemTemplate
리턴 System.Windows.DataTemplate

IncludeStaticProperties 공개적으로 정적으로 프로퍼티

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

OverwriteContent 공개적으로 정적으로 프로퍼티

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