Show / Hide Table of Contents

Class MeasureEventArgs

Contains event data for measurement related events.

Inheritance
System.Object
System.EventArgs
MeasureEventArgs
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public class MeasureEventArgs : EventArgs

Constructors

| Improve this Doc View Source

MeasureEventArgs(Size)

Declaration
public MeasureEventArgs(Size size)
Parameters
Type Name Description
System.Drawing.Size size

Properties

| Improve this Doc View Source

Size

The size of the item to be measured.

Declaration
public Size Size { get; set; }
Property Value
Type Description
System.Drawing.Size
Back to top Copyright © 2018 Özgür Özçıtak