In This Article

DockGuideCross Class

Represents a cross-shaped container for other dock guides.

[TemplatePart(Name = "PART_CenterDockGuide", Type = typeof(DockGuideCenter))]
[TemplatePart(Name = "PART_InnerBottomDockGuide", Type = typeof(DockGuideInnerBottom))]
[TemplatePart(Name = "PART_InnerLeftDockGuide", Type = typeof(DockGuideInnerLeft))]
[TemplatePart(Name = "PART_InnerRightDockGuide", Type = typeof(DockGuideInnerRight))]
[TemplatePart(Name = "PART_InnerTopDockGuide", Type = typeof(DockGuideInnerTop))]
[TemplatePart(Name = "PART_OuterBottomDockGuide", Type = typeof(DockGuideOuterBottom))]
[TemplatePart(Name = "PART_OuterLeftDockGuide", Type = typeof(DockGuideOuterLeft))]
[TemplatePart(Name = "PART_OuterRightDockGuide", Type = typeof(DockGuideOuterRight))]
[TemplatePart(Name = "PART_OuterTopDockGuide", Type = typeof(DockGuideOuterTop))]
public class DockGuideCross : Control, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control Object

Constructors

DockGuideCross()

Initializes an instance of the DockGuideCross class.

public DockGuideCross()

Methods

OnApplyTemplate()

Invoked whenever application code or internal processes call ApplyTemplate.

public override void OnApplyTemplate()

Inherited Members

Extension Methods