Table of Contents

Interface IDesignPresenterBase

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public interface IDesignPresenterBase
Extension Methods

Properties

Background

Brush Background { get; set; }

Property Value

Brush

BorderBrush

Brush BorderBrush { get; set; }

Property Value

Brush

BorderThickness

Thickness BorderThickness { get; set; }

Property Value

Thickness

Column

int Column { get; set; }

Property Value

int

ColumnSpan

int ColumnSpan { get; set; }

Property Value

int

DeleteCommand

RelayCommand DeleteCommand { get; }

Property Value

RelayCommand

Height

double Height { get; set; }

Property Value

double

HorizontalAlignment

HorizontalAlignment HorizontalAlignment { get; set; }

Property Value

HorizontalAlignment

HorizontalContentAlignment

HorizontalAlignment HorizontalContentAlignment { get; set; }

Property Value

HorizontalAlignment

IsEnabled

bool IsEnabled { get; set; }

Property Value

bool

IsMouseOver

bool IsMouseOver { get; set; }

Property Value

bool

IsSelected

bool IsSelected { get; set; }

Property Value

bool

IsVisible

bool IsVisible { get; set; }

Property Value

bool

Margin

Thickness Margin { get; set; }

Property Value

Thickness

MinHeight

double MinHeight { get; set; }

Property Value

double

MinWidth

double MinWidth { get; set; }

Property Value

double

Opacity

double Opacity { get; set; }

Property Value

double

Padding

Thickness Padding { get; set; }

Property Value

Thickness

Row

int Row { get; set; }

Property Value

int

RowSpan

int RowSpan { get; set; }

Property Value

int

VerticalAlignment

VerticalAlignment VerticalAlignment { get; set; }

Property Value

VerticalAlignment

VerticalContentAlignment

VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

VerticalAlignment

Width

double Width { get; set; }

Property Value

double