Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / textformatting / TextEndOfParagraph.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FastEncoder.cs
- SessionStateModule.cs
- GregorianCalendarHelper.cs
- PatternMatcher.cs
- XNodeSchemaApplier.cs
- WindowsTitleBar.cs
- GestureRecognizer.cs
- ConnectionPointCookie.cs
- SafeHandles.cs
- WinInet.cs
- XmlImplementation.cs
- ValidationSummary.cs
- ExceptionValidationRule.cs
- NonVisualControlAttribute.cs
- XslAst.cs
- ParameterElementCollection.cs
- EmptyElement.cs
- NetSectionGroup.cs
- AvTrace.cs
- _MultipleConnectAsync.cs
- RewritingPass.cs
- ToolStripManager.cs
- DoubleKeyFrameCollection.cs
- HashRepartitionEnumerator.cs
- SqlMethods.cs
- DoubleCollectionConverter.cs
- MaskedTextBoxTextEditor.cs
- ControlCommandSet.cs
- SiteIdentityPermission.cs
- EntityException.cs
- AsyncResult.cs
- DeflateEmulationStream.cs
- ConnectionStringsExpressionBuilder.cs
- PtsContext.cs
- WindowsFormsSectionHandler.cs
- InertiaRotationBehavior.cs
- RunClient.cs
- StylusSystemGestureEventArgs.cs
- TypefaceMap.cs
- FileSystemWatcher.cs
- QilVisitor.cs
- SqlCommandBuilder.cs
- mediaclock.cs
- UserValidatedEventArgs.cs
- FunctionNode.cs
- DataComponentMethodGenerator.cs
- CodeAttributeArgument.cs
- DirectoryNotFoundException.cs
- XPathItem.cs
- DataGridPageChangedEventArgs.cs
- ExpandCollapsePattern.cs
- MessageHeaderException.cs
- SchemaDeclBase.cs
- ValidatorCollection.cs
- FilterableAttribute.cs
- QuaternionKeyFrameCollection.cs
- TraceHelpers.cs
- XPathNavigator.cs
- HtmlTernaryTree.cs
- TraceContext.cs
- PhysicalAddress.cs
- XmlElementCollection.cs
- BypassElement.cs
- XPathParser.cs
- HtmlInputHidden.cs
- MetadataArtifactLoaderCompositeFile.cs
- oledbconnectionstring.cs
- SelectedDatesCollection.cs
- CompositeScriptReferenceEventArgs.cs
- ObjectMemberMapping.cs
- ResourceReferenceKeyNotFoundException.cs
- TraceXPathNavigator.cs
- CancelEventArgs.cs
- Duration.cs
- XmlTextReader.cs
- PerformanceCountersElement.cs
- CompositeFontFamily.cs
- ComAdminInterfaces.cs
- Track.cs
- Keywords.cs
- SqlDeflator.cs
- DynamicValueConverter.cs
- BrowserTree.cs
- TraceRecords.cs
- AsyncPostBackErrorEventArgs.cs
- ResourcePart.cs
- DownloadProgressEventArgs.cs
- OleDbMetaDataFactory.cs
- BitmapEffect.cs
- ToolStripContentPanel.cs
- Range.cs
- FrameSecurityDescriptor.cs
- IsolatedStoragePermission.cs
- PathSegmentCollection.cs
- HTMLTagNameToTypeMapper.cs
- FormView.cs
- SpecularMaterial.cs
- FormViewUpdateEventArgs.cs
- SingleConverter.cs
- UrlAuthFailedErrorFormatter.cs