Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- DataTableNewRowEvent.cs
- _ScatterGatherBuffers.cs
- hresults.cs
- BamlLocalizationDictionary.cs
- ServiceDescription.cs
- StringDictionary.cs
- CapabilitiesUse.cs
- PermissionToken.cs
- MaterializeFromAtom.cs
- Parser.cs
- EventArgs.cs
- SQLMoneyStorage.cs
- Serializer.cs
- ForEachAction.cs
- documentsequencetextcontainer.cs
- ExtensionCollection.cs
- MulticastDelegate.cs
- BrowserCapabilitiesCodeGenerator.cs
- VideoDrawing.cs
- ServiceOperation.cs
- ToolStripContentPanelRenderEventArgs.cs
- CommandExpr.cs
- WebUtil.cs
- SmiEventSink_DeferedProcessing.cs
- ErrorProvider.cs
- ViewPort3D.cs
- CancellationState.cs
- COM2Properties.cs
- OleDbMetaDataFactory.cs
- SoapCodeExporter.cs
- ToolStripPanelCell.cs
- WebBrowserNavigatedEventHandler.cs
- Cursors.cs
- XPathSelectionIterator.cs
- AttributeConverter.cs
- OneWayChannelListener.cs
- SqlStatistics.cs
- smtppermission.cs
- CellPartitioner.cs
- TagPrefixAttribute.cs
- Document.cs
- TextRenderingModeValidation.cs
- Context.cs
- EdmFunctions.cs
- ApplicationServicesHostFactory.cs
- EdmFunctionAttribute.cs
- SHA1Managed.cs
- COM2ExtendedTypeConverter.cs
- EncryptedPackage.cs
- GridItemProviderWrapper.cs
- Size3D.cs
- SmtpDigestAuthenticationModule.cs
- RsaKeyGen.cs
- BezierSegment.cs
- EdmItemCollection.cs
- DbException.cs
- LogStream.cs
- CollectionBase.cs
- DBCommand.cs
- WebPartDisplayModeEventArgs.cs
- _Events.cs
- BuildProvidersCompiler.cs
- Mouse.cs
- SystemThemeKey.cs
- UserControlBuildProvider.cs
- UpDownEvent.cs
- ValidateNames.cs
- PrintDialogException.cs
- XmlAtomErrorReader.cs
- BitmapCodecInfo.cs
- UIntPtr.cs
- WindowsFormsDesignerOptionService.cs
- OleDbException.cs
- ClientBuildManagerCallback.cs
- CommunicationObject.cs
- FormatException.cs
- BuildProviderCollection.cs
- SharedUtils.cs
- ReaderWriterLock.cs
- DbXmlEnabledProviderManifest.cs
- PersonalizationProviderCollection.cs
- HtmlSelect.cs
- TemplateFactory.cs
- ObsoleteAttribute.cs
- Win32Exception.cs
- ButtonBase.cs
- COM2ExtendedUITypeEditor.cs
- entityreference_tresulttype.cs
- GeneralTransformGroup.cs
- RelationshipDetailsRow.cs
- DivideByZeroException.cs
- Encoder.cs
- DefaultTextStoreTextComposition.cs
- StringDictionaryWithComparer.cs
- DataSpaceManager.cs
- ClientOptions.cs
- PrintPreviewControl.cs
- Trigger.cs
- StylusPlugInCollection.cs
- SatelliteContractVersionAttribute.cs