Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Input / Stylus / StylusPointProperties.cs / 1305600 / StylusPointProperties.cs
//------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Input; using System.Windows.Media; using System.Collections.Generic; using SR = MS.Internal.PresentationCore.SR; using SRID = MS.Internal.PresentationCore.SRID; namespace System.Windows.Input { ////// StylusPointProperties /// public static class StylusPointProperties { ////// X /// public static readonly StylusPointProperty X = new StylusPointProperty( StylusPointPropertyIds.X, false); ////// Y /// public static readonly StylusPointProperty Y = new StylusPointProperty( StylusPointPropertyIds.Y, false); ////// Z /// public static readonly StylusPointProperty Z = new StylusPointProperty( StylusPointPropertyIds.Z, false); ////// Width /// public static readonly StylusPointProperty Width = new StylusPointProperty(StylusPointPropertyIds.Width, false); ////// Height /// public static readonly StylusPointProperty Height = new StylusPointProperty(StylusPointPropertyIds.Height, false); ////// SystemContact /// public static readonly StylusPointProperty SystemTouch = new StylusPointProperty(StylusPointPropertyIds.SystemTouch, false); ////// PacketStatus /// public static readonly StylusPointProperty PacketStatus = new StylusPointProperty( StylusPointPropertyIds.PacketStatus, false); ////// SerialNumber /// public static readonly StylusPointProperty SerialNumber = new StylusPointProperty(StylusPointPropertyIds.SerialNumber, false); ////// NormalPressure /// public static readonly StylusPointProperty NormalPressure = new StylusPointProperty( StylusPointPropertyIds.NormalPressure, false); ////// TangentPressure /// public static readonly StylusPointProperty TangentPressure = new StylusPointProperty( StylusPointPropertyIds.TangentPressure, false); ////// ButtonPressure /// public static readonly StylusPointProperty ButtonPressure = new StylusPointProperty( StylusPointPropertyIds.ButtonPressure, false); ////// XTiltOrientation /// public static readonly StylusPointProperty XTiltOrientation = new StylusPointProperty( StylusPointPropertyIds.XTiltOrientation, false); ////// YTiltOrientation /// public static readonly StylusPointProperty YTiltOrientation = new StylusPointProperty( StylusPointPropertyIds.YTiltOrientation, false); ////// AzimuthOrientation /// public static readonly StylusPointProperty AzimuthOrientation = new StylusPointProperty( StylusPointPropertyIds.AzimuthOrientation, false); ////// AltitudeOrientation /// public static readonly StylusPointProperty AltitudeOrientation = new StylusPointProperty( StylusPointPropertyIds.AltitudeOrientation, false); ////// TwistOrientation /// public static readonly StylusPointProperty TwistOrientation = new StylusPointProperty( StylusPointPropertyIds.TwistOrientation, false); ////// PitchRotation /// public static readonly StylusPointProperty PitchRotation = new StylusPointProperty( StylusPointPropertyIds.PitchRotation, false); ////// RollRotation /// public static readonly StylusPointProperty RollRotation = new StylusPointProperty(StylusPointPropertyIds.RollRotation, false); ////// YawRotation /// public static readonly StylusPointProperty YawRotation = new StylusPointProperty(StylusPointPropertyIds.YawRotation, false); ////// TipButton /// public static readonly StylusPointProperty TipButton = new StylusPointProperty(StylusPointPropertyIds.TipButton, true); ////// BarrelButton /// public static readonly StylusPointProperty BarrelButton = new StylusPointProperty(StylusPointPropertyIds.BarrelButton, true); ////// SecondaryTipButton /// public static readonly StylusPointProperty SecondaryTipButton = new StylusPointProperty(StylusPointPropertyIds.SecondaryTipButton, true); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------- using System; using System.Windows; using System.Windows.Input; using System.Windows.Media; using System.Collections.Generic; using SR = MS.Internal.PresentationCore.SR; using SRID = MS.Internal.PresentationCore.SRID; namespace System.Windows.Input { ////// StylusPointProperties /// public static class StylusPointProperties { ////// X /// public static readonly StylusPointProperty X = new StylusPointProperty( StylusPointPropertyIds.X, false); ////// Y /// public static readonly StylusPointProperty Y = new StylusPointProperty( StylusPointPropertyIds.Y, false); ////// Z /// public static readonly StylusPointProperty Z = new StylusPointProperty( StylusPointPropertyIds.Z, false); ////// Width /// public static readonly StylusPointProperty Width = new StylusPointProperty(StylusPointPropertyIds.Width, false); ////// Height /// public static readonly StylusPointProperty Height = new StylusPointProperty(StylusPointPropertyIds.Height, false); ////// SystemContact /// public static readonly StylusPointProperty SystemTouch = new StylusPointProperty(StylusPointPropertyIds.SystemTouch, false); ////// PacketStatus /// public static readonly StylusPointProperty PacketStatus = new StylusPointProperty( StylusPointPropertyIds.PacketStatus, false); ////// SerialNumber /// public static readonly StylusPointProperty SerialNumber = new StylusPointProperty(StylusPointPropertyIds.SerialNumber, false); ////// NormalPressure /// public static readonly StylusPointProperty NormalPressure = new StylusPointProperty( StylusPointPropertyIds.NormalPressure, false); ////// TangentPressure /// public static readonly StylusPointProperty TangentPressure = new StylusPointProperty( StylusPointPropertyIds.TangentPressure, false); ////// ButtonPressure /// public static readonly StylusPointProperty ButtonPressure = new StylusPointProperty( StylusPointPropertyIds.ButtonPressure, false); ////// XTiltOrientation /// public static readonly StylusPointProperty XTiltOrientation = new StylusPointProperty( StylusPointPropertyIds.XTiltOrientation, false); ////// YTiltOrientation /// public static readonly StylusPointProperty YTiltOrientation = new StylusPointProperty( StylusPointPropertyIds.YTiltOrientation, false); ////// AzimuthOrientation /// public static readonly StylusPointProperty AzimuthOrientation = new StylusPointProperty( StylusPointPropertyIds.AzimuthOrientation, false); ////// AltitudeOrientation /// public static readonly StylusPointProperty AltitudeOrientation = new StylusPointProperty( StylusPointPropertyIds.AltitudeOrientation, false); ////// TwistOrientation /// public static readonly StylusPointProperty TwistOrientation = new StylusPointProperty( StylusPointPropertyIds.TwistOrientation, false); ////// PitchRotation /// public static readonly StylusPointProperty PitchRotation = new StylusPointProperty( StylusPointPropertyIds.PitchRotation, false); ////// RollRotation /// public static readonly StylusPointProperty RollRotation = new StylusPointProperty(StylusPointPropertyIds.RollRotation, false); ////// YawRotation /// public static readonly StylusPointProperty YawRotation = new StylusPointProperty(StylusPointPropertyIds.YawRotation, false); ////// TipButton /// public static readonly StylusPointProperty TipButton = new StylusPointProperty(StylusPointPropertyIds.TipButton, true); ////// BarrelButton /// public static readonly StylusPointProperty BarrelButton = new StylusPointProperty(StylusPointPropertyIds.BarrelButton, true); ////// SecondaryTipButton /// public static readonly StylusPointProperty SecondaryTipButton = new StylusPointProperty(StylusPointPropertyIds.SecondaryTipButton, true); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InkCanvasSelection.cs
- StandardCommands.cs
- IntegerFacetDescriptionElement.cs
- UICuesEvent.cs
- RC2.cs
- DbMetaDataFactory.cs
- Panel.cs
- SelectionChangedEventArgs.cs
- OlePropertyStructs.cs
- CompositeDataBoundControl.cs
- ColorTransformHelper.cs
- CharKeyFrameCollection.cs
- sqlstateclientmanager.cs
- TrackingServices.cs
- EndpointNameMessageFilter.cs
- SimpleMailWebEventProvider.cs
- FontEmbeddingManager.cs
- CodeTypeConstructor.cs
- DataTableCollection.cs
- StateChangeEvent.cs
- SQlBooleanStorage.cs
- ModelPerspective.cs
- SafeBitVector32.cs
- WebPartExportVerb.cs
- SiteMapDesignerDataSourceView.cs
- SignerInfo.cs
- WmpBitmapDecoder.cs
- HtmlHistory.cs
- safesecurityhelperavalon.cs
- ListViewCommandEventArgs.cs
- storepermission.cs
- DataView.cs
- EnumUnknown.cs
- ColumnClickEvent.cs
- ExtendedProtectionPolicy.cs
- TabItemWrapperAutomationPeer.cs
- SimpleTypeResolver.cs
- TraceHandler.cs
- WebServiceResponse.cs
- GenericTextProperties.cs
- _NestedMultipleAsyncResult.cs
- CalendarDayButton.cs
- SpellerStatusTable.cs
- ExecutionContext.cs
- DataSourceProvider.cs
- CroppedBitmap.cs
- ResourceIDHelper.cs
- SiteMapPath.cs
- XLinq.cs
- TabletDeviceInfo.cs
- SchemaInfo.cs
- ScalarConstant.cs
- Module.cs
- ContextMenu.cs
- CustomAttribute.cs
- SQLDecimalStorage.cs
- EdmConstants.cs
- GlyphingCache.cs
- ISO2022Encoding.cs
- ImageSourceConverter.cs
- ProcessingInstructionAction.cs
- __Error.cs
- Query.cs
- MyContact.cs
- PerfCounterSection.cs
- BridgeDataRecord.cs
- ValuePattern.cs
- Enum.cs
- ManagementOperationWatcher.cs
- SctClaimSerializer.cs
- SecurityContext.cs
- PropertyGridView.cs
- InternalTypeHelper.cs
- ItemCheckedEvent.cs
- PrintSystemException.cs
- DynamicPropertyHolder.cs
- ChannelEndpointElement.cs
- SystemIcmpV4Statistics.cs
- ChameleonKey.cs
- SetIterators.cs
- InputScopeManager.cs
- ChannelHandler.cs
- InternalTransaction.cs
- MeasureItemEvent.cs
- Add.cs
- CFStream.cs
- TransportSecurityHelpers.cs
- FixedSOMImage.cs
- TracePayload.cs
- QueryOutputWriterV1.cs
- CqlBlock.cs
- BufferedReadStream.cs
- COM2ColorConverter.cs
- Activator.cs
- DeclaredTypeValidator.cs
- WindowsIPAddress.cs
- wgx_exports.cs
- ToolStripSplitButton.cs
- AdCreatedEventArgs.cs
- ChannelFactoryBase.cs