C# Class DoodlePad.App

Inheritance: System.Windows.Application
显示文件 Open project: disbitski/DoodlePad

Public Properties

Property Type Description
BMP System.Windows.Media.Imaging.BitmapImage
BrushColor Color
BrushSize int
CustomBrush1 Color
CustomBrush2 Color
CustomBrush3 Color
CustomBrush4 Color
CustomBrush5 Color
CustomBrush6 Color
CustomColor bool
WBMP System.Windows.Media.Imaging.WriteableBitmap
customBG bool
customColorExists bool
imgTemp Image
inkDA System.Windows.Ink.DrawingAttributes
inkStorage System.Windows.Controls.InkPresenter
inkStrokes System.Windows.Controls.InkPresenter

Public Methods

Method Description
App ( ) : System
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

Private Methods

Method Description
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializePhoneApplication ( ) : void

Method Details

App() public method

public App ( ) : System
return System

RootFrame_NavigationFailed() public method

public RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationFailedEventArgs
return void

Property Details

BMP public_oe static_oe property

public static BitmapImage,System.Windows.Media.Imaging BMP
return System.Windows.Media.Imaging.BitmapImage

BrushColor public_oe static_oe property

public static Color BrushColor
return Color

BrushSize public_oe static_oe property

public static int BrushSize
return int

CustomBrush1 public_oe static_oe property

public static Color CustomBrush1
return Color

CustomBrush2 public_oe static_oe property

public static Color CustomBrush2
return Color

CustomBrush3 public_oe static_oe property

public static Color CustomBrush3
return Color

CustomBrush4 public_oe static_oe property

public static Color CustomBrush4
return Color

CustomBrush5 public_oe static_oe property

public static Color CustomBrush5
return Color

CustomBrush6 public_oe static_oe property

public static Color CustomBrush6
return Color

CustomColor public_oe static_oe property

public static bool CustomColor
return bool

WBMP public_oe static_oe property

public static WriteableBitmap,System.Windows.Media.Imaging WBMP
return System.Windows.Media.Imaging.WriteableBitmap

customBG public_oe static_oe property

public static bool customBG
return bool

customColorExists public_oe static_oe property

public static bool customColorExists
return bool

imgTemp public_oe static_oe property

public static Image imgTemp
return Image

inkDA public_oe static_oe property

public static DrawingAttributes,System.Windows.Ink inkDA
return System.Windows.Ink.DrawingAttributes

inkStorage public_oe static_oe property

public static InkPresenter,System.Windows.Controls inkStorage
return System.Windows.Controls.InkPresenter

inkStrokes public_oe static_oe property

public static InkPresenter,System.Windows.Controls inkStrokes
return System.Windows.Controls.InkPresenter