Search
FourSidedBorder Class
Remarks See Also
 






Implements a border control with distinct appearance of each of its sides.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class FourSidedBorder : ContentControl

Visual Basic  Copy Code

Public Class FourSidedBorder
    Inherits ContentControl

 Remarks

This class is used to draw cell borders in the default Cell template.

 Inheritance Hierarchy

System.Object
    Windows.UI.Xaml.DependencyObject
        Windows.UI.Xaml.UIElement
            Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                    Windows.UI.Xaml.Controls.ContentControl
                        MindFusion.Diagramming.Lanes.FourSidedBorder

 See Also