Table of Contents

Interface ISettingViewOptions

Namespace
H.Modules.Setting
Assembly
H.Modules.Setting.dll
public interface ISettingViewOptions
Extension Methods

Properties

Height

double Height { get; set; }

Property Value

double

Margin

Thickness Margin { get; set; }

Property Value

Thickness

MinHeight

double MinHeight { get; set; }

Property Value

double

MinWidth

double MinWidth { get; set; }

Property Value

double

NavigationiTitleWidth

double NavigationiTitleWidth { get; set; }

Property Value

double

TitleWidth

double TitleWidth { get; set; }

Property Value

double

Width

double Width { get; set; }

Property Value

double