Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Input / Stylus / StylusPointPropertyUnit.cs / 1 / StylusPointPropertyUnit.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; namespace System.Windows.Input { ////// Stylus data is made up of n number of properties. Each property can contain one or more /// values such as x or y coordinate or button states. /// This enum defines the various possible units for the values in the stylus data /// ///public enum StylusPointPropertyUnit { /// Specifies that the units are unknown. ///None = 0, /// Specifies that the property value is in inches (distance units). ///Inches = 1, /// Specifies that the property value is in centimeters (distance units). ///Centimeters = 2, /// Specifies that the property value is in degrees (angle units). ///Degrees = 3, /// Specifies that the property value is in radians (angle units). ///Radians = 4, /// Specifies that the property value is in seconds (angle units). ///Seconds = 5, /// /// Specifies that the property value is in pounds (force, or mass, units). Pounds = 6, ////// Specifies that the property value is in grams (force, or mass, units). Grams = 7 } ////// Used to validate the enum /// internal static class StylusPointPropertyUnitHelper { internal static bool IsDefined(StylusPointPropertyUnit unit) { if (unit >= StylusPointPropertyUnit.None && unit <= StylusPointPropertyUnit.Grams) { return true; } return false; } } } // 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; namespace System.Windows.Input { ////// Stylus data is made up of n number of properties. Each property can contain one or more /// values such as x or y coordinate or button states. /// This enum defines the various possible units for the values in the stylus data /// ///public enum StylusPointPropertyUnit { /// Specifies that the units are unknown. ///None = 0, /// Specifies that the property value is in inches (distance units). ///Inches = 1, /// Specifies that the property value is in centimeters (distance units). ///Centimeters = 2, /// Specifies that the property value is in degrees (angle units). ///Degrees = 3, /// Specifies that the property value is in radians (angle units). ///Radians = 4, /// Specifies that the property value is in seconds (angle units). ///Seconds = 5, /// /// Specifies that the property value is in pounds (force, or mass, units). Pounds = 6, ////// Specifies that the property value is in grams (force, or mass, units). Grams = 7 } ////// Used to validate the enum /// internal static class StylusPointPropertyUnitHelper { internal static bool IsDefined(StylusPointPropertyUnit unit) { if (unit >= StylusPointPropertyUnit.None && unit <= StylusPointPropertyUnit.Grams) { return true; } return false; } } } // 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
- ChangeTracker.cs
- XmlILAnnotation.cs
- Point3DCollectionValueSerializer.cs
- InputBinder.cs
- SerTrace.cs
- ScrollableControlDesigner.cs
- HostProtectionException.cs
- CompoundFileStorageReference.cs
- TextEditorDragDrop.cs
- Viewport3DAutomationPeer.cs
- SpellerError.cs
- CodeSubDirectoriesCollection.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DocumentOrderQuery.cs
- TagPrefixInfo.cs
- DbException.cs
- TextBoxRenderer.cs
- HelpKeywordAttribute.cs
- XmlDataCollection.cs
- NotificationContext.cs
- TransactionCache.cs
- Matrix3DValueSerializer.cs
- CreateParams.cs
- KeyTimeConverter.cs
- HtmlInputReset.cs
- TargetParameterCountException.cs
- GridView.cs
- PathFigureCollection.cs
- ResourceAssociationTypeEnd.cs
- TraceSource.cs
- DataBindingValueUIHandler.cs
- SelectedDatesCollection.cs
- WmlLinkAdapter.cs
- DbProviderFactory.cs
- DataGridRow.cs
- ManifestResourceInfo.cs
- MailHeaderInfo.cs
- EmbeddedMailObjectCollectionEditor.cs
- CheckBoxField.cs
- WebServiceReceiveDesigner.cs
- DataGridViewElement.cs
- UnsafeNativeMethods.cs
- XhtmlBasicImageAdapter.cs
- DbReferenceCollection.cs
- PermissionSetTriple.cs
- TextContainerHelper.cs
- CodeIndexerExpression.cs
- ConfigXmlComment.cs
- MatrixUtil.cs
- LicenseManager.cs
- PerformanceCountersElement.cs
- _ListenerRequestStream.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- MailMessage.cs
- BindingMemberInfo.cs
- RightsManagementPermission.cs
- HierarchicalDataSourceDesigner.cs
- SafeRightsManagementSessionHandle.cs
- DependencyObjectType.cs
- XpsFixedPageReaderWriter.cs
- ArrayList.cs
- KeyToListMap.cs
- InvariantComparer.cs
- ModuleConfigurationInfo.cs
- ClientConfigurationHost.cs
- TreeNodeBinding.cs
- FunctionQuery.cs
- XmlSchemaGroup.cs
- SafeProcessHandle.cs
- ToolStripPanelRenderEventArgs.cs
- FrameworkTextComposition.cs
- DecoderNLS.cs
- AmbientValueAttribute.cs
- QilFunction.cs
- TraceSection.cs
- Point3DCollection.cs
- UIElementCollection.cs
- GAC.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- CharAnimationUsingKeyFrames.cs
- KeyInterop.cs
- ResourceCodeDomSerializer.cs
- DataTemplateKey.cs
- MasterPageParser.cs
- MenuItemCollection.cs
- httpapplicationstate.cs
- ObjectPersistData.cs
- ElementHostAutomationPeer.cs
- FixedPageAutomationPeer.cs
- ActivityCompletionCallbackWrapper.cs
- WebServiceClientProxyGenerator.cs
- QualificationDataAttribute.cs
- DataControlHelper.cs
- ScriptComponentDescriptor.cs
- _emptywebproxy.cs
- Activation.cs
- TransformerInfoCollection.cs
- PageRanges.cs
- NameObjectCollectionBase.cs
- BlurEffect.cs