Interface
IPrimitiveElement

Definition

Namespace:Telerik.WinControls.Primitives

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IPrimitiveElement : IShapedElement

Inherited Members IShapedElement.GetCurrentShape()

Properties

BorderThickness

Declaration

cs-api-definition
float BorderThickness { get; }

Property Value

float

ElementTree

Declaration

cs-api-definition
ComponentThemableElementTree ElementTree { get; }

Property Value

ComponentThemableElementTree

Font

Declaration

cs-api-definition
Font Font { get; set; }

Property Value

Font

IsDesignMode

Declaration

cs-api-definition
bool IsDesignMode { get; }

Property Value

bool

Parent

Declaration

cs-api-definition
RadElement Parent { get; }

Property Value

RadElement

Size

Declaration

cs-api-definition
Size Size { get; }

Property Value

Size

Methods

GetExactPaintingRectangle(float, SizeF)

Declaration

cs-api-definition
RectangleF GetExactPaintingRectangle(float angle, SizeF scale)

Parameters

angle

float

scale

SizeF

Returns

RectangleF

GetPaintRectangle(float, float, SizeF)

Declaration

cs-api-definition
RectangleF GetPaintRectangle(float left, float angle, SizeF scale)

Parameters

left

float

angle

float

scale

SizeF

Returns

RectangleF

ShouldUsePaintBuffer()

Declaration

cs-api-definition
bool ShouldUsePaintBuffer()

Returns

bool