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
- ConfigurationStrings.cs
- ServiceOperationParameter.cs
- SrgsRule.cs
- Pen.cs
- WizardForm.cs
- MenuCommandService.cs
- ProcessMonitor.cs
- CompatibleIComparer.cs
- TargetException.cs
- ObjectDataSource.cs
- MessageEnumerator.cs
- InstallHelper.cs
- HttpCacheVaryByContentEncodings.cs
- ObjectPersistData.cs
- InvalidCastException.cs
- RSAOAEPKeyExchangeDeformatter.cs
- Command.cs
- ExternalFile.cs
- NamespaceInfo.cs
- RC2.cs
- RuntimeArgumentHandle.cs
- FlowPosition.cs
- WindowsFormsHost.cs
- StreamAsIStream.cs
- RealProxy.cs
- TabletCollection.cs
- FocusChangedEventArgs.cs
- SHA512Managed.cs
- SimpleTypeResolver.cs
- WebPartCancelEventArgs.cs
- DeleteMemberBinder.cs
- StyleHelper.cs
- DecoderNLS.cs
- RegexMatchCollection.cs
- SizeAnimation.cs
- JavaScriptString.cs
- ProfilePropertyNameValidator.cs
- ConfigXmlElement.cs
- panel.cs
- SortedSet.cs
- GeneralTransform2DTo3D.cs
- DbConnectionOptions.cs
- CompModSwitches.cs
- CodeArgumentReferenceExpression.cs
- HtmlInputButton.cs
- DataGridColumn.cs
- ProjectionNode.cs
- DefaultSerializationProviderAttribute.cs
- DiscriminatorMap.cs
- ListBoxItemAutomationPeer.cs
- SelectionService.cs
- SymbolTable.cs
- ExtensionWindow.cs
- Duration.cs
- SpeechRecognitionEngine.cs
- OutputWindow.cs
- StylusPoint.cs
- _IPv6Address.cs
- BaseDataListDesigner.cs
- QueryCacheEntry.cs
- WindowsPrincipal.cs
- CodeSubDirectoriesCollection.cs
- ByValueEqualityComparer.cs
- MutexSecurity.cs
- AnnotationObservableCollection.cs
- BaseTemplateParser.cs
- OleDbPropertySetGuid.cs
- OdbcCommand.cs
- BmpBitmapEncoder.cs
- FileBasedResourceGroveler.cs
- GatewayDefinition.cs
- Queue.cs
- basenumberconverter.cs
- InkCanvasInnerCanvas.cs
- StringFreezingAttribute.cs
- Convert.cs
- safex509handles.cs
- BasePropertyDescriptor.cs
- SqlBuilder.cs
- URL.cs
- TreeBuilderXamlTranslator.cs
- Parser.cs
- CoTaskMemHandle.cs
- RouteCollection.cs
- XmlBinaryReaderSession.cs
- SoapElementAttribute.cs
- SortDescription.cs
- CollectionBuilder.cs
- RepeaterCommandEventArgs.cs
- Unit.cs
- KnownBoxes.cs
- HttpProfileBase.cs
- ObsoleteAttribute.cs
- Image.cs
- WindowsFormsSectionHandler.cs
- mactripleDES.cs
- ToolStripDropDown.cs
- Graph.cs
- listitem.cs
- ImageSourceValueSerializer.cs