Table of Contents

Class IocLayoutPresenterBase<T, Interface>

Namespace
H.Extensions.IocPresenter
Assembly
H.Extensions.IocPresenter.dll
public class IocLayoutPresenterBase<T, Interface> : IocTitlePresenterBase<T, Interface>, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable, ITitleable, ILayoutable where T : class, Interface, new()

Type Parameters

T
Interface
Inheritance
IocTitlePresenterBase<T, Interface>
IocLayoutPresenterBase<T, Interface>
Implements
Inherited Members
Extension Methods

Properties

Background

获取或设置背景画刷。

public Brush Background { get; set; }

Property Value

Brush

BorderBrush

获取或设置边框画刷。

public Brush BorderBrush { get; set; }

Property Value

Brush

BorderThickness

获取或设置边框厚度。

public Thickness BorderThickness { get; set; }

Property Value

Thickness

Height

获取或设置高度。

public double Height { get; set; }

Property Value

double

HorizontalAlignment

获取或设置水平对齐方式。

public HorizontalAlignment HorizontalAlignment { get; set; }

Property Value

HorizontalAlignment

HorizontalContentAlignment

获取或设置水平内容对齐方式。

public HorizontalAlignment HorizontalContentAlignment { get; set; }

Property Value

HorizontalAlignment

IsEnabled

获取或设置是否启用。

public bool IsEnabled { get; set; }

Property Value

bool

Margin

获取或设置外边距。

public Thickness Margin { get; set; }

Property Value

Thickness

MaxHeight

获取或设置最小高度。

public double MaxHeight { get; set; }

Property Value

double

MaxWidth

获取或设置最小宽度。

public double MaxWidth { get; set; }

Property Value

double

MinHeight

获取或设置最小高度。

public double MinHeight { get; set; }

Property Value

double

MinWidth

获取或设置最小宽度。

public double MinWidth { get; set; }

Property Value

double

Opacity

获取或设置不透明度。

public double Opacity { get; set; }

Property Value

double

Padding

获取或设置内边距。

public Thickness Padding { get; set; }

Property Value

Thickness

VerticalAlignment

获取或设置垂直对齐方式。

public VerticalAlignment VerticalAlignment { get; set; }

Property Value

VerticalAlignment

VerticalContentAlignment

获取或设置垂直内容对齐方式。

public VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

VerticalAlignment

Width

获取或设置宽度。

public double Width { get; set; }

Property Value

double