Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Input / Stylus / StylusPointProperties.cs / 1 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FormatterConverter.cs
- PartialList.cs
- CellParaClient.cs
- CleanUpVirtualizedItemEventArgs.cs
- TCPListener.cs
- ReferenceAssemblyAttribute.cs
- CodeCommentStatementCollection.cs
- documentsequencetextview.cs
- TraceEventCache.cs
- SqlInternalConnectionTds.cs
- QilTypeChecker.cs
- NetCodeGroup.cs
- Metadata.cs
- LookupNode.cs
- ParserExtension.cs
- TypeBuilder.cs
- ObjectDataProvider.cs
- CriticalHandle.cs
- XamlReaderHelper.cs
- GetPageCompletedEventArgs.cs
- ErrorFormatterPage.cs
- CheckBox.cs
- TypedDataSourceCodeGenerator.cs
- PropertyDescriptorGridEntry.cs
- Int64.cs
- UserValidatedEventArgs.cs
- ProxySimple.cs
- MetafileHeaderWmf.cs
- ProjectionPruner.cs
- PermissionAttributes.cs
- ConnectorMovedEventArgs.cs
- WebCategoryAttribute.cs
- odbcmetadatafactory.cs
- HandleRef.cs
- ZipIOLocalFileHeader.cs
- ExtensibleSyndicationObject.cs
- GridViewColumnCollection.cs
- AssemblyCache.cs
- CompositeFontParser.cs
- arabicshape.cs
- LiteralText.cs
- DataColumnMapping.cs
- BamlLocalizer.cs
- ClassHandlersStore.cs
- IPHostEntry.cs
- TextEditorSpelling.cs
- InvalidCastException.cs
- Domain.cs
- SingleKeyFrameCollection.cs
- SqlXml.cs
- CounterSetInstance.cs
- PeerFlooder.cs
- InternalSafeNativeMethods.cs
- HitTestFilterBehavior.cs
- MethodRental.cs
- TransactionInterop.cs
- TreeViewBindingsEditor.cs
- EncoderNLS.cs
- DatagridviewDisplayedBandsData.cs
- IsolatedStorageFilePermission.cs
- Run.cs
- WebHttpSecurity.cs
- PersonalizationState.cs
- Mouse.cs
- XpsImage.cs
- StyleXamlTreeBuilder.cs
- PageOutputColor.cs
- TextAdaptor.cs
- WebConfigurationFileMap.cs
- SizeConverter.cs
- UpdateProgress.cs
- ObjectItemAssemblyLoader.cs
- CheckBoxStandardAdapter.cs
- DataGridViewCellPaintingEventArgs.cs
- RenderData.cs
- NetMsmqBinding.cs
- InputLanguageProfileNotifySink.cs
- ISAPIRuntime.cs
- SimpleBitVector32.cs
- XAMLParseException.cs
- HexParser.cs
- PhoneCallDesigner.cs
- DatagridviewDisplayedBandsData.cs
- PropertyEmitterBase.cs
- DispatcherEventArgs.cs
- SelectionItemPattern.cs
- BuildManagerHost.cs
- SafeReversePInvokeHandle.cs
- Errors.cs
- IgnoreFileBuildProvider.cs
- OleDbParameter.cs
- XmlWrappingReader.cs
- StreamGeometry.cs
- ComponentCollection.cs
- X509RawDataKeyIdentifierClause.cs
- ControlsConfig.cs
- IndexExpression.cs
- InnerItemCollectionView.cs
- InkCanvasAutomationPeer.cs
- UpdatableGenericsFeature.cs