MindFusion.Wpf Pack Programmer's Guide
SideBorders Class
Remarks See Also
 





Represents a four-sided border, similar to the Border class, but with the ability to draw each side in a separate color.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public class SideBorders : ContentControl

Visual Basic  Copy Code

Public Class SideBorders
    Inherits ContentControl

 Remarks

This is a utility class used in the presentation of items.

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ContentControl
                                MindFusion.Scheduling.Wpf.SideBorders

 See Also

SideBorders Members
MindFusion.Scheduling.Wpf Namespace