예제 #1
0
파일: CButton.cs 프로젝트: zhaozw/Vocaluxe
        public CButton()
        {
            _Theme = new SThemeButton();
            Rect   = new SRectF();
            Color  = new SColorF();
            SColor = new SColorF();

            Text     = new CText();
            Selected = false;
            Visible  = true;

            Reflection       = false;
            ReflectionSpace  = 0f;
            ReflectionHeight = 0f;

            SReflection       = false;
            SReflectionSpace  = 0f;
            SReflectionHeight = 0f;
        }
예제 #2
0
파일: CButton.cs 프로젝트: hessbe/Vocaluxe
        public CButton()
        {
            _Theme = new SThemeButton();
            Rect = new SRectF();
            Color = new SColorF();
            SColor = new SColorF();

            Text = new CText();
            Selected = false;
            Visible = true;

            Reflection = false;
            ReflectionSpace = 0f;
            ReflectionHeight = 0f;

            SReflection = false;
            SReflectionSpace = 0f;
            SReflectionHeight = 0f;
        }