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
- ListItemDetailViewAttribute.cs
- TableCell.cs
- RotateTransform.cs
- DelegateInArgument.cs
- FloaterParagraph.cs
- BooleanToVisibilityConverter.cs
- ClientSession.cs
- BitmapSourceSafeMILHandle.cs
- RoutingUtilities.cs
- RelatedCurrencyManager.cs
- BitmapEffectDrawingContextWalker.cs
- FormatSettings.cs
- FrameDimension.cs
- InfoCardBaseException.cs
- _KerberosClient.cs
- GridViewItemAutomationPeer.cs
- SelectionHighlightInfo.cs
- HMACSHA256.cs
- BrowserCapabilitiesCompiler.cs
- CheckBox.cs
- TableAdapterManagerNameHandler.cs
- InputScope.cs
- Debug.cs
- Command.cs
- WaitForChangedResult.cs
- Main.cs
- MetaChildrenColumn.cs
- MDIClient.cs
- InputReport.cs
- ListBindableAttribute.cs
- DataGrid.cs
- FixedSOMImage.cs
- AssociatedControlConverter.cs
- RoleGroup.cs
- CachedCompositeFamily.cs
- PathFigureCollectionConverter.cs
- MsmqDiagnostics.cs
- UpDownBase.cs
- ItemCheckEvent.cs
- SafeUserTokenHandle.cs
- SecurityContext.cs
- LogArchiveSnapshot.cs
- Focus.cs
- NegotiateStream.cs
- mactripleDES.cs
- MeshGeometry3D.cs
- MemoryFailPoint.cs
- ResourceAssociationSetEnd.cs
- EncryptedData.cs
- Span.cs
- ContextToken.cs
- tooltip.cs
- CompilationPass2Task.cs
- KeyInfo.cs
- DateTimeFormat.cs
- Hyperlink.cs
- TreeView.cs
- SrgsSemanticInterpretationTag.cs
- DesignerActionPropertyItem.cs
- AudioException.cs
- DashStyle.cs
- InternalMappingException.cs
- ObjectDataSourceEventArgs.cs
- SqlRecordBuffer.cs
- basecomparevalidator.cs
- CompiledQuery.cs
- ConfigurationPropertyCollection.cs
- SHA256Managed.cs
- Point4D.cs
- Matrix.cs
- StringKeyFrameCollection.cs
- ConstraintManager.cs
- SafeViewOfFileHandle.cs
- DateTimeEditor.cs
- UserControlAutomationPeer.cs
- SelectedCellsCollection.cs
- SafeLocalAllocation.cs
- DataServiceExpressionVisitor.cs
- TextFormatter.cs
- TypeSystemProvider.cs
- TextEditorCharacters.cs
- VariableDesigner.xaml.cs
- XamlParser.cs
- ToolbarAUtomationPeer.cs
- CompareValidator.cs
- Vector3D.cs
- DetailsViewUpdatedEventArgs.cs
- MemberPathMap.cs
- SoapObjectReader.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- RegexGroupCollection.cs
- DefaultExpression.cs
- PointAnimationClockResource.cs
- XmlText.cs
- CardSpaceShim.cs
- QuerySetOp.cs
- SafeEventLogWriteHandle.cs
- SizeValueSerializer.cs
- SoapAttributeOverrides.cs
- SimpleType.cs