Exemplo n.º 1
0
        /*******************************************************************************
        *       $
        *******************************************************************************/

        public FontFamilyEditor()
        {
            PreviewSource = SliderPreviewSource.UserValue1;
            PreviewView   = new DefaultPreviewView();

            this.SmallChange = 1.0m;
            this.LargeChange = 1.0m;
            this.Maximum     = Common.FontFamilyArray.Length - 1;
        }
Exemplo n.º 2
0
 public DoubleSlider()
 {
     PreviewView = new DefaultPreviewView();
 }
Exemplo n.º 3
0
        /*******************************************************************************
        *       $
        *******************************************************************************/

        public FontSizeEditor()
        {
            PreviewView = new DefaultPreviewView();
            Maximum     = 72m;
        }