WinCC Advanced V13.0 SP1 Font Font Descripción Define la fuente, o la devuelve. El objeto Font tiene las subpropiedades • • • • • • Size (tamaño de fuente) Bold (negrita Sí/No) Name (tipo de fuente) Italic (cursiva Sí/No) Underline (subrayado Sí/No) StrikeThrough (tachado Sí/No) Si se asignan directamente dos propiedades de Font, se aceptará únicamente la propiedad default "Name". Acceso en runtime: lectura y escritura Sintaxis Object.Font[=Font] Object Obligatorio. Objeto del tipo "ScreenItem" con la apariencia: AlarmControl Clock FunctionTrendControl OnlineTableControl OnlineTrendControl Slider TrendRulerControl UserArchiveControl Con la siguiente apariencia no se tiene acceso en runtime: • • • • • • • Bar Button CheckBox ComboBox DateTimeField IOField ListBox This document constitutes a free excerpt compiled by the user himself/herself from the documentation provided by Siemens for this product. Siemens disclaims all liability for the completeness of this document. It shall only be used for the user's own internal purposes. It shall not be passed on to third parties. The complete documentation can be found at: /dokumentation/default.aspx?DocVersionId=74461101323&Language=es-ES&TopicId=70427096587 20/11/2016 WinCC Advanced V13.0 SP1 Font • • • • • • • • • • • • MultiLineEdit OptionGroup ProtectedAreaNameView RangeLabelView RecipeView RoundButton SmartClientView Switch SymbolicIOField TextField TrendView ZoneLabelView Font Fuente Ejemplo 'VBS74 Dim objControl1 Dim objControl2 Set objControl1 = ScreenItems("Control1") Set objControl2 = ScreenItems("Control2") objControl2.Font = objControl1.Font ' take over only the type of font This document constitutes a free excerpt compiled by the user himself/herself from the documentation provided by Siemens for this product. Siemens disclaims all liability for the completeness of this document. It shall only be used for the user's own internal purposes. It shall not be passed on to third parties. The complete documentation can be found at: /dokumentation/default.aspx?DocVersionId=74461101323&Language=es-ES&TopicId=70427096587 20/11/2016