Table of Contents

Interface IUIElementSize

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the size of a UI element.

public interface IUIElementSize

Properties

Height

Gets the height, in pixels.

decimal Height { get; }

Property Value

decimal

Width

Gets the width, in pixels.

decimal Width { get; }

Property Value

decimal