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
- LinkedResource.cs
- LogReserveAndAppendState.cs
- ModelTreeManager.cs
- DbProviderFactoriesConfigurationHandler.cs
- PropertyConverter.cs
- ActivityStateRecord.cs
- StylusPointProperties.cs
- ObjectDisposedException.cs
- ImageIndexConverter.cs
- CompilationLock.cs
- FontStyles.cs
- CharAnimationUsingKeyFrames.cs
- CustomValidator.cs
- WindowsBrush.cs
- DispatcherHooks.cs
- InstalledVoice.cs
- TransformerInfoCollection.cs
- basevalidator.cs
- TimeZone.cs
- StateMachine.cs
- ServiceDurableInstanceContextProvider.cs
- SapiRecoContext.cs
- HttpDictionary.cs
- IgnoreFileBuildProvider.cs
- NameValueConfigurationCollection.cs
- SqlClientPermission.cs
- DiscreteKeyFrames.cs
- arc.cs
- TypeDelegator.cs
- ConfigXmlAttribute.cs
- WebBrowsableAttribute.cs
- SelectionItemPattern.cs
- ScriptControlManager.cs
- RelationshipEndCollection.cs
- CodeSubDirectoriesCollection.cs
- TextSchema.cs
- RichTextBoxDesigner.cs
- OutputCacheSection.cs
- _ListenerAsyncResult.cs
- EnvelopedPkcs7.cs
- DoubleAnimationUsingPath.cs
- FixedSOMPageConstructor.cs
- BackEase.cs
- WindowCollection.cs
- ArraySegment.cs
- TitleStyle.cs
- StrokeNodeOperations.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- QuaternionIndependentAnimationStorage.cs
- ButtonBaseAdapter.cs
- HwndKeyboardInputProvider.cs
- ResXFileRef.cs
- LogicalExpressionEditor.cs
- SQLBytes.cs
- TypeBuilderInstantiation.cs
- BrowserCapabilitiesCodeGenerator.cs
- Deflater.cs
- WebHeaderCollection.cs
- WebChannelFactory.cs
- FilteredDataSetHelper.cs
- PartialClassGenerationTaskInternal.cs
- ServiceActivationException.cs
- WebPartRestoreVerb.cs
- HostExecutionContextManager.cs
- HttpRuntimeSection.cs
- FrameworkContentElement.cs
- ConstraintCollection.cs
- BitmapSourceSafeMILHandle.cs
- OptimizedTemplateContent.cs
- WasAdminWrapper.cs
- OracleColumn.cs
- Schema.cs
- AnchoredBlock.cs
- ThreadStateException.cs
- GenericEnumConverter.cs
- SimpleWorkerRequest.cs
- UrlMapping.cs
- ManagedIStream.cs
- DataContract.cs
- ToolStripPanelRow.cs
- HotSpotCollection.cs
- XmlBinaryReaderSession.cs
- MembershipSection.cs
- AttachmentCollection.cs
- StringCollection.cs
- UnionCodeGroup.cs
- DesignerActionMethodItem.cs
- TextEditorLists.cs
- LoginStatusDesigner.cs
- XmlJsonReader.cs
- DataChangedEventManager.cs
- CompositeCollectionView.cs
- ThemeDirectoryCompiler.cs
- TextSpanModifier.cs
- ImplicitInputBrush.cs
- HistoryEventArgs.cs
- TextContainerChangeEventArgs.cs
- SapiAttributeParser.cs
- SendContent.cs
- FixedSOMPage.cs