Height Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the height.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public override Unit Height { get; set; }
Visual Basic
Public Overrides Property Height As Unit
	Get
	Set
Visual C++
public:
virtual property Unit Height {
	Unit get () override;
	void set (Unit value) override;
}

Field Value

Height.

Remarks

Use this property to set the height.

See Also