VantagePoint WPF Controls v1.0 Class Library
MiscControl base class is the base class from which all misc controls are derived.

Namespace:  VantagePoint.Common.BaseClasses
Assembly:  VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  XAML 
public class MiscControlBase : ControlBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MiscControlBase(String)
MiscControlBase For VantagePoint Misc Controls
FontSize
Get or set the tick label font size
FontSizeProperty
Sets the font size for the tick labels
LoadControlTemplate(String) (Inherited from ControlBase.)

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
              VantagePoint.Common.BaseClasses..::.ControlBase
                VantagePoint.Common.BaseClasses..::.MiscControlBase
                  VantagePoint.MiscControls..::.AnalogClock
                  VantagePoint.MiscControls..::.DateTimeDisplay

See Also