Interface
IRadDiagramContainerShape

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadDiagramContainerShape : IContentControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: RadDiagramContainerShapeRadDiagramContainerShape

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

IsSelected

Represents the IsSelected property of a RadDiagramContainerShape.

Declaration

cs-api-definition
bool IsSelected { get; }

Property Value

bool

RelativeBottom

Represents the relative Bottom position of a RadDiagramContainerShape to the RadDiagram.

Declaration

cs-api-definition
double RelativeBottom { get; }

Property Value

double

RelativeLeft

Represents the relative Left position of a RadDiagramContainerShape to the RadDiagram.

Declaration

cs-api-definition
double RelativeLeft { get; }

Property Value

double

RelativeRight

Represents the relative Right position of a RadDiagramContainerShape to the RadDiagram.

Declaration

cs-api-definition
double RelativeRight { get; }

Property Value

double

RelativeTop

Represents the relative Top position of a RadDiagramContainerShape to the RadDiagram.

Declaration

cs-api-definition
double RelativeTop { get; }

Property Value

double

ShapePosition

Represents the Position of a RadDiagramContainerShape.

Declaration

cs-api-definition
Point ShapePosition { get; set; }

Property Value

Point