Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / textformatting / TextEndOfParagraph.cs / 1 / TextEndOfParagraph.cs
//------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation // // File: TextEndOfParagraph.cs // // Contents: Implementation of text paragraph break control // // Spec: http://team/sites/Avalon/Specs/Text%20Formatting%20API.doc // // Created: 1-2-2004 Worachai Chaoweeraprasit (wchao) // //----------------------------------------------------------------------- using System; using System.Collections; using System.Windows; namespace System.Windows.Media.TextFormatting { ////// Specialized line break control used to mark the end of a paragraph /// public class TextEndOfParagraph : TextEndOfLine { #region Constructors ////// Construct a paragraph break run /// /// number of characters public TextEndOfParagraph(int length) : base(length) {} ////// Construct a paragraph break run /// /// number of characters /// linebreak text run properties public TextEndOfParagraph( int length, TextRunProperties textRunProperties ) : base( length, textRunProperties ) {} #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation // // File: TextEndOfParagraph.cs // // Contents: Implementation of text paragraph break control // // Spec: http://team/sites/Avalon/Specs/Text%20Formatting%20API.doc // // Created: 1-2-2004 Worachai Chaoweeraprasit (wchao) // //----------------------------------------------------------------------- using System; using System.Collections; using System.Windows; namespace System.Windows.Media.TextFormatting { ////// Specialized line break control used to mark the end of a paragraph /// public class TextEndOfParagraph : TextEndOfLine { #region Constructors ////// Construct a paragraph break run /// /// number of characters public TextEndOfParagraph(int length) : base(length) {} ////// Construct a paragraph break run /// /// number of characters /// linebreak text run properties public TextEndOfParagraph( int length, TextRunProperties textRunProperties ) : base( length, textRunProperties ) {} #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ChtmlImageAdapter.cs
- DeclaredTypeValidator.cs
- GraphicsContext.cs
- Queue.cs
- MultiTargetingUtil.cs
- XmlLoader.cs
- Logging.cs
- ErrorFormatterPage.cs
- OutputScopeManager.cs
- X509CertificateCollection.cs
- BitmapSource.cs
- Image.cs
- DrawingGroup.cs
- RuleSettingsCollection.cs
- ShapingWorkspace.cs
- LambdaCompiler.Unary.cs
- LicenseProviderAttribute.cs
- SimpleBitVector32.cs
- ChannelTracker.cs
- AbstractDataSvcMapFileLoader.cs
- NativeCppClassAttribute.cs
- APCustomTypeDescriptor.cs
- JoinGraph.cs
- DefaultBindingPropertyAttribute.cs
- _SingleItemRequestCache.cs
- DateTimeFormat.cs
- CompareValidator.cs
- FontStyle.cs
- IdentifierService.cs
- GroupLabel.cs
- VirtualPath.cs
- ButtonChrome.cs
- MarkupProperty.cs
- ObfuscateAssemblyAttribute.cs
- DeferredTextReference.cs
- DefaultProxySection.cs
- ReplyChannel.cs
- TrackingRecord.cs
- ISAPIWorkerRequest.cs
- SqlWorkflowPersistenceService.cs
- PageEventArgs.cs
- DateTimeConverter2.cs
- PathSegmentCollection.cs
- QilSortKey.cs
- ConditionCollection.cs
- MasterPageCodeDomTreeGenerator.cs
- milexports.cs
- NetworkCredential.cs
- DependencyPropertyValueSerializer.cs
- versioninfo.cs
- EntityDataSourceUtil.cs
- AuthenticationServiceManager.cs
- RelationshipManager.cs
- ReadOnlyNameValueCollection.cs
- Latin1Encoding.cs
- WinEventTracker.cs
- MDIWindowDialog.cs
- SubMenuStyleCollection.cs
- ListViewItem.cs
- ExpressionDumper.cs
- ProfileInfo.cs
- HttpPostedFile.cs
- OleDbErrorCollection.cs
- TcpTransportSecurity.cs
- ScriptComponentDescriptor.cs
- _LocalDataStoreMgr.cs
- ListViewInsertionMark.cs
- PanelContainerDesigner.cs
- CapabilitiesSection.cs
- PhoneCallDesigner.cs
- String.cs
- MembershipUser.cs
- QueryOperationResponseOfT.cs
- SQLInt64.cs
- TextEncodedRawTextWriter.cs
- DetailsViewInsertedEventArgs.cs
- StylusTouchDevice.cs
- Attributes.cs
- VectorAnimationBase.cs
- InputLanguageEventArgs.cs
- OleDbCommandBuilder.cs
- SoapIgnoreAttribute.cs
- CodeDirectiveCollection.cs
- ConnectionManager.cs
- EndCreateSecurityTokenRequest.cs
- NavigateEvent.cs
- QuadraticEase.cs
- GenericTextProperties.cs
- SmtpCommands.cs
- safemediahandle.cs
- Point3DCollectionConverter.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- StringInfo.cs
- ContentFileHelper.cs
- MeasureData.cs
- SignedXml.cs
- RemotingServices.cs
- SessionPageStateSection.cs
- CategoryValueConverter.cs
- RootBuilder.cs